diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-21 21:08:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-21 21:08:39 +0700 |
commit | 7f75294f9e5667f86fe89868ae230be2e75c5bd9 (patch) | |
tree | d8bb82df8ade5c0701598af04f201468b67d9e3b /development/wxHexEditor | |
parent | 47b7d154d76a5b901fc7f7bf694deb0768c6a7c5 (diff) |
development/wxHexEditor: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor')
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 7579183222dc3..b297d15490568 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -5,7 +5,7 @@ # Written by Branko Grubic <branko.grubic@gmail.com> # Former maintainer Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> # Former maintainer Didier Spaier, Paris, France -# Current maintainer 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Current maintainer 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -87,7 +84,7 @@ make PREFIX=/usr OPTFLAGS="$SLKCFLAGS" HOST=$ARCH-slackware-linux make install PREFIX=$PKG/usr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a docs/Change.log docs/GPL.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp docs/Change.log docs/GPL.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |