From 03b179e4d2aad96d7d0074ae8a6e18b25e77ccc9 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 2 Jan 2024 20:06:08 +0700 Subject: [PATCH] system/worker: Remove INSTALL. Signed-off-by: Willy Sudiarto Raharjo --- system/worker/worker.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index 54e3752fd5..c72dcdf7d5 100644 --- a/system/worker/worker.SlackBuild +++ b/system/worker/worker.SlackBuild @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -104,7 +101,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README README_LARGEFILES THANKS \ +cp -a AUTHORS COPYING ChangeLog NEWS README README_LARGEFILES THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild