glusterfs: fix snapshots
This commit is contained in:
parent
be75ae5a1e
commit
2be47f021a
@ -73,6 +73,12 @@ stdenv.mkDerivation
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
|
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
|
||||||
|
substituteInPlace libglusterfs/src/glusterfs/lvm-defaults.h \
|
||||||
|
--replace '/sbin/' '${lvm2}/bin/'
|
||||||
|
substituteInPlace libglusterfs/src/glusterfs/compat.h \
|
||||||
|
--replace '/bin/umount' '${utillinux}/bin/umount'
|
||||||
|
substituteInPlace contrib/fuse-lib/mount-gluster-compat.h \
|
||||||
|
--replace '/bin/mount' '${utillinux}/bin/mount'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Note that the VERSION file is something that is present in release tarballs
|
# Note that the VERSION file is something that is present in release tarballs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user