mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/sdltrs: Fix perms.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7d8e1b9a9f
commit
81d29ac3a8
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ 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 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# include -lX11 in the Makefile (sw-14.0)
|
||||
sed "/^LIBS/s/= /= -lX11 /" -i src/linux/Makefile
|
||||
|
@ -102,6 +102,7 @@ cp -a BUILDING README $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION/html/
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \;
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
chmod 755 $PKG/usr/doc/$PRGNAM-$VERSION/html/images/
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue