diff options
Diffstat (limited to 'system/hercules/hercules.SlackBuild')
-rw-r--r-- | system/hercules/hercules.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild index 314a3b70f416e..b8fe26c940cae 100644 --- a/system/hercules/hercules.SlackBuild +++ b/system/hercules/hercules.SlackBuild @@ -10,7 +10,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hercules VERSION=${VERSION:-3.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -111,6 +111,8 @@ mv $PKG/usr/share/hercules/*.{html,css} $PKG/usr/doc/$PRGNAM-$VERSION/html/ mv $PKG/usr/share/hercules/images $PKG/usr/doc/$PRGNAM-$VERSION/html/ mv $PKG/usr/share/hercules/include $PKG/usr/doc/$PRGNAM-$VERSION/html/ +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh |