From 6baa5a675570e615a56652344cda348d1f21e8d5 Mon Sep 17 00:00:00 2001 From: Fridrich von Stauffenberg Date: Sun, 22 Apr 2012 19:38:33 -0500 Subject: development/wxHexEditor: some build and packaging fixes Signed-off-by: Robby Workman --- development/wxHexEditor/wxHexEditor.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'development/wxHexEditor') diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 72d77e493d56..c72830c51bee 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 \ -- cgit v1.2.3