summaryrefslogtreecommitdiff
path: root/system/afuse/afuse.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2013-02-13 20:26:43 +0100
committerRobby Workman <rworkman@slackbuilds.org>2013-11-06 00:54:28 -0600
commit628c5dcfcf3ca588755b0f9f36b527daee41eed7 (patch)
treeb01ffa59cbfd7f26f636d824666aa347f64c7196 /system/afuse/afuse.SlackBuild
parenta13ce4250780a64f65f54a7b6947c1083b8d9c3c (diff)
downloadslackbuilds-628c5dcfcf3ca588755b0f9f36b527daee41eed7.tar.gz
system/afuse: Updated for version 0.4, fixed typo.
CFLAG -> CFLAGS Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/afuse/afuse.SlackBuild')
-rw-r--r--system/afuse/afuse.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/afuse/afuse.SlackBuild b/system/afuse/afuse.SlackBuild
index cb1850a7f1..d8ec1370ca 100644
--- a/system/afuse/afuse.SlackBuild
+++ b/system/afuse/afuse.SlackBuild
@@ -5,7 +5,7 @@
#
PRGNAM=afuse
-VERSION=0.2
+VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,7 +53,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-CFLAG="$SLKCFLAGS" \
+# From upstream
+patch -p1 < $CWD/avoid-early-exit-in-afuse_releasedir.patch
+
+CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \