diff options
Diffstat (limited to 'misc/curtain/curtain.SlackBuild')
-rw-r--r-- | misc/curtain/curtain.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/curtain/curtain.SlackBuild b/misc/curtain/curtain.SlackBuild index 092973b424..f6fd40db2c 100644 --- a/misc/curtain/curtain.SlackBuild +++ b/misc/curtain/curtain.SlackBuild @@ -47,17 +47,15 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -# If you are going to blindly reset permissions, this is a bit more readable. -# However '-perm /111' may only be compatible with only gnu/find. 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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ --mandir=/usr/man \ |