summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer2016-01-16 16:17:29 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:27:24 +0100
commit63be72b3da1f6ef517fb341c958e6d2a24cb826d (patch)
tree5c82ab83e103ee0c406df61d0cd653eadff90e29 /desktop
parent982ac890ccdd026b25b4f3feae2fd704028341b4 (diff)
downloadslackbuilds-63be72b3da1f6ef517fb341c958e6d2a24cb826d.tar.gz
desktop/wmxss: Fixed file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/wmxss/wmxss.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/wmxss/wmxss.SlackBuild b/desktop/wmxss/wmxss.SlackBuild
index 299ede5a37..34032420ee 100644
--- a/desktop/wmxss/wmxss.SlackBuild
+++ b/desktop/wmxss/wmxss.SlackBuild
@@ -61,7 +61,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 \
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+cd Src
+
# This archive is very dirty!
make clean