summaryrefslogtreecommitdiffstats
path: root/source/l/libsigc++/libsigc++.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-31 18:49:18 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-31 20:37:36 +0100
commitd25b2aeb94bb89c718be449ec263fe5ff1e4d627 (patch)
tree32ba13447d8661c8b5bf0419e268d6a32f559b3f /source/l/libsigc++/libsigc++.SlackBuild
parent2a8ef75460ec23e5a2cd57dbaec05997952f189e (diff)
downloadcurrent-20231031184918.tar.gz
current-20231031184918.tar.xz
Tue Oct 31 18:49:18 UTC 202320231031184918
ap/ispell-3.4.06-x86_64-1.txz: Upgraded. d/llvm-17.0.4-x86_64-1.txz: Upgraded. d/strace-6.6-x86_64-1.txz: Upgraded. l/libsigc++-2.12.1-x86_64-1.txz: Upgraded. n/p11-kit-0.25.2-x86_64-1.txz: Upgraded.
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}