diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-10 00:12:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 00:12:07 +0700 |
commit | 6a89a068fbce530a91b41ea3ba7cf3c20f9b0599 (patch) | |
tree | e741cae5613bd2751287ffe6e16ada6e26654431 /desktop/compton-conf/compton-conf.SlackBuild | |
parent | 6c3cd3e1b07363b64c93914e7793e3ed156122ac (diff) | |
download | slackbuilds-6a89a068fbce530a91b41ea3ba7cf3c20f9b0599.tar.gz |
desktop/compton-conf: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/compton-conf/compton-conf.SlackBuild')
-rw-r--r-- | desktop/compton-conf/compton-conf.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/compton-conf/compton-conf.SlackBuild b/desktop/compton-conf/compton-conf.SlackBuild index 683a1db309..eb99c5c9cf 100644 --- a/desktop/compton-conf/compton-conf.SlackBuild +++ b/desktop/compton-conf/compton-conf.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh - +# # Slackware build script for compton-conf. - +# # Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # @@ -24,7 +24,7 @@ PRGNAM="compton-conf" VERSION=${VERSION:-0.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cmake -DCMAKE_INSTALL_PREFIX="/usr" +cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release make make install DESTDIR=$PKG |