aboutsummaryrefslogtreecommitdiff
path: root/graphics/flameshot
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-27 09:01:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-27 09:01:00 +0700
commit44bc2cdc6f960df1330e6e0714e82ffbdce1c342 (patch)
treecf10d0f9033406a270a3a50f146f52c4f0286b06 /graphics/flameshot
parentcdef13221b8fac6b940471ce1841accae367eb2d (diff)
graphics/flameshot: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/flameshot')
-rw-r--r--graphics/flameshot/flameshot.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/flameshot/flameshot.SlackBuild b/graphics/flameshot/flameshot.SlackBuild
index 72aeb4f906b8..9a138993d53e 100644
--- a/graphics/flameshot/flameshot.SlackBuild
+++ b/graphics/flameshot/flameshot.SlackBuild
@@ -93,7 +93,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 LICENSE README.md docs/ $PKG/usr/doc/$PRGNAM-$VERSION
+cp -r LICENSE README.md docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install