diff options
Diffstat (limited to 'desktop/crystal/crystal.SlackBuild')
-rw-r--r-- | desktop/crystal/crystal.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/crystal/crystal.SlackBuild b/desktop/crystal/crystal.SlackBuild index 744e8dda658fe..2ac86197969c3 100644 --- a/desktop/crystal/crystal.SlackBuild +++ b/desktop/crystal/crystal.SlackBuild @@ -1,3 +1,4 @@ + #!/bin/sh # SlackBuild script for crystal (A Native KDE4 Window decoration) @@ -25,7 +26,7 @@ PRGNAM=crystal VERSION=${VERSION:-2.2.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p1 < $CWD/crystal.patch mkdir -p build cd build cmake \ |