diff options
author | Tomas Matejicek <tomas@slax.org> | 2016-12-30 23:34:53 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-30 23:34:53 +0000 |
commit | 2b9bb3ea4ca029a3b33db4fa93339bb611d792fa (patch) | |
tree | 35b87676eeb8323c326aad75d1fbc3a0bf643d95 /desktop/xlunch/xlunch.SlackBuild | |
parent | 9e97654de5236540991d935511f475dc44859a88 (diff) | |
download | slackbuilds-2b9bb3ea4ca029a3b33db4fa93339bb611d792fa.tar.gz |
desktop/xlunch: Updated for version 2.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/xlunch/xlunch.SlackBuild')
-rw-r--r-- | desktop/xlunch/xlunch.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/xlunch/xlunch.SlackBuild b/desktop/xlunch/xlunch.SlackBuild index 91afacd068..d337dd30d7 100644 --- a/desktop/xlunch/xlunch.SlackBuild +++ b/desktop/xlunch/xlunch.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xlunch -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,7 @@ 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 {} \; +CFLAGS="$SLKCFLAGS" \ make mkdir -p $PKG/usr/bin |