summaryrefslogtreecommitdiffstats
path: root/disk/fuse/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'disk/fuse/PRE_BUILD')
-rwxr-xr-xdisk/fuse/PRE_BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk/fuse/PRE_BUILD b/disk/fuse/PRE_BUILD
index e16f0513bf..a2bb5359ae 100755
--- a/disk/fuse/PRE_BUILD
+++ b/disk/fuse/PRE_BUILD
@@ -2,13 +2,13 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-if [ "$CVS" != "y" ]; then
+if [ "$FUSE_BRANCH" != "scm" ]; then
patch -p0 < "$SPELL_DIRECTORY/init.patch"
fi &&
# glibc-2.14 fix
sed -i "/sched/s|<|<linux/|" util/fusermount.c &&
-if [ "$CVS" = "y" ]; then
+if [ "$FUSE_BRANCH" = "scm" ]; then
./makeconf.sh
fi