summaryrefslogtreecommitdiffstats
path: root/source/l/libsigc++/libsigc++.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libsigc++/libsigc++.SlackBuild')
-rwxr-xr-xsource/l/libsigc++/libsigc++.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/libsigc++/libsigc++.SlackBuild b/source/l/libsigc++/libsigc++.SlackBuild
index 3c4e3a07e..b95217520 100755
--- a/source/l/libsigc++/libsigc++.SlackBuild
+++ b/source/l/libsigc++/libsigc++.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2015, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -103,7 +103,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
- AUTHORS COPYING* INSTALL NEWS README* \
+ AUTHORS* COPYING* INSTALL* NEWS* README* \
$PKG/usr/doc/$PKGNAM-$VERSION
# Remove images, API docs, and useless html file
rm -rf $PKG/usr/doc/$PKGNAM-$VERSION/{images,reference,index.html}