summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-02 14:55:56 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-03 07:49:09 +0700
commit3b06861f8de510a129832b9ec82f7b0cda1cfec9 (patch)
tree7a1f74202fede9c2f055431a352d2b8d7e32185a /libraries
parentae05174767e3803e58e551833a3afa2f544d8844 (diff)
downloadslackbuilds-3b06861f8de510a129832b9ec82f7b0cda1cfec9.tar.gz
slackbuilds-3b06861f8de510a129832b9ec82f7b0cda1cfec9.tar.xz
libraries/libcompizconfig: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libcompizconfig/libcompizconfig.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/libcompizconfig/libcompizconfig.SlackBuild b/libraries/libcompizconfig/libcompizconfig.SlackBuild
index 664c5bb3c5..99a92d2f7e 100644
--- a/libraries/libcompizconfig/libcompizconfig.SlackBuild
+++ b/libraries/libcompizconfig/libcompizconfig.SlackBuild
@@ -38,9 +38,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
@@ -100,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING INSTALL NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la