diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-04-22 19:38:33 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:39:46 -0500 |
commit | 6baa5a675570e615a56652344cda348d1f21e8d5 (patch) | |
tree | ef4655a202da1486fff46603c0c70c5bf1d94042 /development | |
parent | 803a1f793f1af1835ff3582923d2dc508fa9cebf (diff) | |
download | slackbuilds-6baa5a675570e615a56652344cda348d1f21e8d5.tar.gz |
development/wxHexEditor: some build and packaging fixes
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 72d77e493d..c72830c51b 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=wxHexEditor VERSION=${VERSION:-0.20} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -53,11 +53,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Forcing "-j1" as it fails with anything higher -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - make -j1 -make install DESTDIR=$PKG +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 \ |