From 8018c3b8ebc5c890df8f42100e866bdf450e08e9 Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Thu, 3 Sep 2020 08:25:16 +0700 Subject: system/makeself: Updated for version 2.4.2. Signed-off-by: Willy Sudiarto Raharjo --- system/makeself/makeself.SlackBuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'system/makeself/makeself.SlackBuild') 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 , Ukraine, Kyiv +# Copyright 2020, Erik Falor , Utah, USA # All rights reserved. # +# Originally maintained by Andrew Tkalia , 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 -- cgit v1.2.3