summaryrefslogtreecommitdiffstats
path: root/icedtea-web
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-15 09:56:52 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-15 09:56:52 +0000
commitb2d5183bf8cbffeb1903ad2a10eb0a2139535d9e (patch)
treeca076f478106c3e3cc6317e07069fe8557b2c59a /icedtea-web
parentf767139caa365494381712269c224f6e4a4390b9 (diff)
downloadasb-b2d5183bf8cbffeb1903ad2a10eb0a2139535d9e.tar.gz
asb-b2d5183bf8cbffeb1903ad2a10eb0a2139535d9e.tar.xz
Update to 1.5.1
Diffstat (limited to 'icedtea-web')
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild
index 28629f29..af7a61b0 100755
--- a/icedtea-web/build/icedtea-web.SlackBuild
+++ b/icedtea-web/build/icedtea-web.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PKGNAM=icedtea-web
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}
@@ -72,10 +72,6 @@ rm -rf $PKGNAM-$VERSION
echo Extracting...
tar xf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
-
-# Add DE localization:
-zcat $CWD/icedtea-web-1.5_de_localization.patch.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \