diff options
author | Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com> | 2021-09-14 01:31:54 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-07 02:15:18 +0700 |
commit | 503cf27d68afed43b0d887e3ea4d9089f0551e72 (patch) | |
tree | 3eab3dd18fe265694aa86c1d4ae30091fa1587ea /system/hercules/hercules.SlackBuild | |
parent | cf3cb88b5b2c2df5f0ec5d4b263b4dfdebcb3fa1 (diff) |
system/hercules: Updated for version 3.13
Signed-off-by: Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hercules/hercules.SlackBuild')
-rw-r--r-- | system/hercules/hercules.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild index 728df70a95256..314a3b70f416e 100644 --- a/system/hercules/hercules.SlackBuild +++ b/system/hercules/hercules.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hercules -VERSION=${VERSION:-3.07} +VERSION=${VERSION:-3.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,7 +100,7 @@ cat $CWD/hercules.png > $PKG/usr/share/pixmaps/hercules.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html cp -a \ - ABOUT-NLS CHANGES COPYRIGHT INSTALL README.* RELEASE.NOTES \ + COPYRIGHT INSTALL README.* RELEASE.NOTES \ $PKG/usr/doc/$PRGNAM-$VERSION find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |