diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-04 21:27:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-04 21:27:05 +0700 |
commit | 6cc46abdb15d066abde76693485fc7f19ffe1d94 (patch) | |
tree | ba89b6bad31103053446fc1123c6c6f36eec679c | |
parent | 4c2150e304c2f347a5f33d512aa1f1a5050987f4 (diff) |
misc/gourmet: Remove duplicate docs.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/gourmet/gourmet.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gourmet/gourmet.SlackBuild b/misc/gourmet/gourmet.SlackBuild index f5bc4ec69b..dfbd3e79be 100644 --- a/misc/gourmet/gourmet.SlackBuild +++ b/misc/gourmet/gourmet.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 @@ -89,6 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGES CODING* ChangeLog FAQ LICENSE MANIFEST* TESTS $PKG/usr/doc/$PRGNAM-$VERSION +rm -rf $PKG/usr/share/doc cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |