diff options
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/tcsh/tcsh.SlackBuild | 8 | ||||
-rw-r--r-- | source/a/tcsh/tcsh.url | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild index d4937da6..8e8e9102 100755 --- a/source/a/tcsh/tcsh.SlackBuild +++ b/source/a/tcsh/tcsh.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tcsh -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG/etc cd $TMP rm -rf ${PKGNAM}-$VERSION -tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1 cd ${PKGNAM}-$VERSION || exit 1 # The LS_COLORS variable shared by tcsh has new options in recent diff --git a/source/a/tcsh/tcsh.url b/source/a/tcsh/tcsh.url new file mode 100644 index 00000000..9f8f7cc4 --- /dev/null +++ b/source/a/tcsh/tcsh.url @@ -0,0 +1 @@ +https://github.com/tcsh-org/tcsh |