summaryrefslogtreecommitdiffstats
path: root/misc/wcd/wcd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/wcd/wcd.SlackBuild')
-rw-r--r--misc/wcd/wcd.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/wcd/wcd.SlackBuild b/misc/wcd/wcd.SlackBuild
index 76b9a634b2..ab418ce525 100644
--- a/misc/wcd/wcd.SlackBuild
+++ b/misc/wcd/wcd.SlackBuild
@@ -46,7 +46,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION/src
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -68,6 +68,8 @@ else
LIBDIRSUFFIX=""
fi
+cd src
+
RPM_OPT_FLAGS="$SLKCFLAGS" \
make all
make \