aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-02 20:06:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-02 22:43:19 +0700
commit1aafcbc5319cd9a679e693751dc513a2326e2428 (patch)
treedb96cad5b30de117e02264c4414d2edd9da5d515 /development
parent03b179e4d2aad96d7d0074ae8a6e18b25e77ccc9 (diff)
development/sbcl: Remove INSTALL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/sbcl/sbcl.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/sbcl/sbcl.SlackBuild b/development/sbcl/sbcl.SlackBuild
index 35eaf914c9ce..8ce32b900beb 100644
--- a/development/sbcl/sbcl.SlackBuild
+++ b/development/sbcl/sbcl.SlackBuild
@@ -40,9 +40,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
@@ -113,7 +110,7 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html
-cp -a HACKING INSTALL NEWS OPTIMIZATIONS PRINCIPLES README TLA TODO \
+cp -a HACKING NEWS OPTIMIZATIONS PRINCIPLES README TLA TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild