diff options
author | Erik Falor <ewfalor@gmail.com> | 2020-09-03 08:25:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-03 08:25:16 +0700 |
commit | 8018c3b8ebc5c890df8f42100e866bdf450e08e9 (patch) | |
tree | 363c60d5affee20b1f8246fefe12033c2f8afd6c /system/makeself/makeself.SlackBuild | |
parent | 225e23b748c9ed3b574e3ea7224252e4bb47cf11 (diff) | |
download | slackbuilds-8018c3b8ebc5c890df8f42100e866bdf450e08e9.tar.gz |
system/makeself: Updated for version 2.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/makeself/makeself.SlackBuild')
-rw-r--r-- | system/makeself/makeself.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/makeself/makeself.SlackBuild b/system/makeself/makeself.SlackBuild index 4c06c83042..0c812684bd 100644 --- a/system/makeself/makeself.SlackBuild +++ b/system/makeself/makeself.SlackBuild @@ -2,9 +2,11 @@ # Slackware build script for makeself -# Copyright 2013, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv +# Copyright 2020, Erik Falor <ewfalor@gmail.com>, Utah, USA # All rights reserved. # +# Originally maintained by Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -23,8 +25,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=makeself -VERSION=${VERSION:-2.2.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch @@ -62,7 +64,7 @@ cp makeself.sh $PKG/usr/bin cat makeself.1 |gzip -9 > $PKG/usr/man/man1/makeself.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README.md makeself.lsm update-readme $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README.md makeself.lsm $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |