From c8d98cb6a7839ec6e4343840e97ab3ac814ccbd5 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 4 Jan 2016 00:57:32 +0700 Subject: misc/curtain: Fix GTK3 test. Signed-off-by: Willy Sudiarto Raharjo --- misc/curtain/curtain.SlackBuild | 6 ++---- misc/curtain/slack-desc | 2 +- 2 files changed, 3 insertions(+), 5 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 \ diff --git a/misc/curtain/slack-desc b/misc/curtain/slack-desc index 92e7098a65..e5e32b2350 100644 --- a/misc/curtain/slack-desc +++ b/misc/curtain/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -curtain: Curtain (Display a curtain on the desktop) +curtain: curtain (Display a curtain on the desktop) curtain: curtain: Curtain is a tool that show a movable and resizable curtain on the curtain: desktop screen. It's primary function is for presentations and in -- cgit v1.2.3