summaryrefslogtreecommitdiffstats
path: root/misc/wcd
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-17 11:54:16 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-18 17:05:37 +0700
commit62b9dfac3e791abc172a1f27e8a78edbe786e276 (patch)
treeb022134ee39ce569a7518670f5d1181ec4450b2d /misc/wcd
parent90c9fb98afdda3ba763281e7c07646df6090fb9a (diff)
downloadslackbuilds-62b9dfac3e791abc172a1f27e8a78edbe786e276.tar.gz
slackbuilds-62b9dfac3e791abc172a1f27e8a78edbe786e276.tar.xz
misc/wcd: Fixed file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/wcd')
-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 \