summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2022-04-06 22:37:56 +0200
committer B. Watson2022-04-06 22:37:56 +0200
commiteda7acf1248438ede129142929ac50dbbd2bd9a7 (patch)
tree74077cc0ed32af8e85d36339a7804c95698aab3f /network
parent5568222f96b4d31e839931951ce93e930bd8b8f7 (diff)
downloadslackbuilds-eda7acf1248438ede129142929ac50dbbd2bd9a7.tar.gz
network/clipgrab: Fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/clipgrab/clipgrab.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/clipgrab/clipgrab.SlackBuild b/network/clipgrab/clipgrab.SlackBuild
index b248dfedd2..4c5df8944f 100644
--- a/network/clipgrab/clipgrab.SlackBuild
+++ b/network/clipgrab/clipgrab.SlackBuild
@@ -24,6 +24,7 @@
# 20220405 bkw: Modified by SlackBuilds.org, BUILD=2:
# - install SlackBuild in doc dir correctly.
+# - do not install COPYING README docs executable.
cd $(dirname $0) ; CWD=$(pwd)
@@ -87,7 +88,7 @@ install -Dm644 icon.png $PKG/usr/share/pixmaps/clipgrab.png
install -s -Dm755 clipgrab $PKG/usr/bin/clipgrab
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp COPYING license.odt README $PKG/usr/doc/$PRGNAM-$VERSION
+install -m0644 COPYING license.odt README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install