diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-02 20:06:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-02 22:43:19 +0700 |
commit | 03b179e4d2aad96d7d0074ae8a6e18b25e77ccc9 (patch) | |
tree | aed38668c54e59e6ba302887fd3d0627d400b271 /system/worker | |
parent | 7ac6aa8d9028151374adb4c1d1886f309c552667 (diff) |
system/worker: Remove INSTALL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/worker')
-rw-r--r-- | system/worker/worker.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index 54e3752fd5162..c72dcdf7d540b 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 |