summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \) \