summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Fridrich von Stauffenberg2012-04-23 02:38:33 +0200
committer Erik Hanson2012-04-30 07:39:46 +0200
commit6baa5a675570e615a56652344cda348d1f21e8d5 (patch)
treeef4655a202da1486fff46603c0c70c5bf1d94042 /development
parent803a1f793f1af1835ff3582923d2dc508fa9cebf (diff)
downloadslackbuilds-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.SlackBuild9
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 \