Magellan Linux

Diff of /trunk/core/fuse3/fuse3-3.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30739 by niro, Tue Mar 27 11:52:27 2018 UTC revision 30740 by niro, Tue Mar 27 12:04:58 2018 UTC
# Line 47  split_info_fuse3() Line 47  split_info_fuse3()
47   DEPEND="== sys-fs/fuse-common-${PVER}"   DEPEND="== sys-fs/fuse-common-${PVER}"
48  }  }
49    
50    src_prepare()
51    {
52     munpack ${SRCFILE} || die
53     cd ${SRCDIR}
54    
55     # do not fail on device node creation as nspawn prohibits this action and the build will fail
56     sed -i 's:mknod .*:& || true:' util/install_helper.sh  || die
57    }
58    
59  src_check()  src_check()
60  {  {
61   # requires utf-8   # requires utf-8

Legend:
Removed from v.30739  
changed lines
  Added in v.30740