Browse Source
development/sbcl: Remove INSTALL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Willy Sudiarto Raharjo
2 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
1 additions and
4 deletions
-
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 |
|
|
|
|
|
|
|