summaryrefslogtreecommitdiffstats
path: root/development/spin/spin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/spin/spin.SlackBuild')
-rw-r--r--development/spin/spin.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/spin/spin.SlackBuild b/development/spin/spin.SlackBuild
index 6343e57806..894e6f9e5a 100644
--- a/development/spin/spin.SlackBuild
+++ b/development/spin/spin.SlackBuild
@@ -45,15 +45,15 @@ tar xvf $CWD/$PRGNAM`echo $VERSION | sed 's/\.//g'`.tar.gz
mv Spin $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -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$VERSION
sed -i "s/^CFLAGS=\(.*\)$/CFLAGS=$SLKCFLAGS \1/" makefile
-make
+make -j1
cd ..
install -Dm 755 Src$VERSION/spin $PKG/usr/bin/spin