diff options
Diffstat (limited to 'source/l/ncurses')
-rwxr-xr-x | source/l/ncurses/aaa_terminfo.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/ncurses/doinst.sh | 1 | ||||
-rwxr-xr-x | source/l/ncurses/ncurses.SlackBuild | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/source/l/ncurses/aaa_terminfo.SlackBuild b/source/l/ncurses/aaa_terminfo.SlackBuild index aab8dc5d..44ac1fc1 100755 --- a/source/l/ncurses/aaa_terminfo.SlackBuild +++ b/source/l/ncurses/aaa_terminfo.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_terminfo # Note the version of ncurses in use: VERSION=${VERSION:-$(PRINT_PACKAGE_NAME=yes ./ncurses.SlackBuild | cut -f 2 -d -)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} TMP=${TMP:-/tmp} PKG=$TMP/package-${PKGNAM} diff --git a/source/l/ncurses/doinst.sh b/source/l/ncurses/doinst.sh index 762cfc7f..836b4857 100644 --- a/source/l/ncurses/doinst.sh +++ b/source/l/ncurses/doinst.sh @@ -1,3 +1,4 @@ # Remove possible residue from ncurses-5.x: rm -f usr/lib/libncurses.so.5 rm -f usr/lib/libncursesw.so.5 +# Don't require doinst.sh locking: NOLOCK diff --git a/source/l/ncurses/ncurses.SlackBuild b/source/l/ncurses/ncurses.SlackBuild index 18876078..1aedb9ab 100755 --- a/source/l/ncurses/ncurses.SlackBuild +++ b/source/l/ncurses/ncurses.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ncurses VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -f 2- -d - | cut -f 1,2 -d .)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |