From 2e0ca58469912ca0cfb86627d286f1d1347e9133 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 6 Oct 2012 15:28:32 +0000 Subject: Make javaws and itweb-settings work again --- icedtea-web/build/icedtea-web.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'icedtea-web/build') diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild index bbbb3aa7..179bfc28 100755 --- a/icedtea-web/build/icedtea-web.SlackBuild +++ b/icedtea-web/build/icedtea-web.SlackBuild @@ -22,8 +22,9 @@ PKGNAM=icedtea-web VERSION=1.3 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:--j6} +TAG=${TAG:-"alien"} CWD=$(pwd) TMP=${TMP:-/tmp} @@ -101,10 +102,6 @@ LDFLAGS="$SLKLDFLAGS" \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 -# Make the tools work with only the openjre installed: -sed -i -e "s,java/jre/bin,java/bin,g" $PKG/usr/bin/javaws -sed -i -e "s,java/jre/bin,java/bin,g" $PKG/usr/bin/itweb-settings - # Provide a link to the plugin for browsers: mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/mozilla/plugins ( cd $PKG/usr/lib${LIBDIRSUFFIX}/mozilla/plugins @@ -139,5 +136,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $TMP/$PKGNAM-$(echo $VERSION |tr - _)-$ARCH-$BUILD.txz +/sbin/makepkg -l y -c n $TMP/$PKGNAM-$(echo $VERSION |tr - _)-$ARCH-$BUILD${TAG}.txz -- cgit v1.2.3-65-gdbad