diff options
Diffstat (limited to 'network/cgterm/cgterm.SlackBuild')
-rw-r--r-- | network/cgterm/cgterm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/cgterm/cgterm.SlackBuild b/network/cgterm/cgterm.SlackBuild index 10f83a696d..8ae605c601 100644 --- a/network/cgterm/cgterm.SlackBuild +++ b/network/cgterm/cgterm.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for "CGTerm". -# Copyright 2010 Marcel Saegebarth <tsa@gmx.li> +# Copyright 2010-2014 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cgterm -VERSION=1.6 +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,7 @@ CFLAGS="$SLKCFLAGS" make PREFIX=/usr make install PREFIX=$PKG/usr find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Link "us.kbd" to "keyboard.kbd", else the application will create a config file # with standard layout "us.kbd", but immediately crashes after first run. |