aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2011-03-26 22:23:18 +0000
committerTimo Teras <timo.teras@iki.fi>2011-03-26 22:23:18 +0000
commitddd794bd5710732b46d32565d2ab80d983e028bc (patch)
tree2e006fd0c507fba12429647188abbbbb174d6ee4 /testing
parent8cc085fbd0920bb1fd73cd948be8906881b2405d (diff)
downloadaports-ddd794bd5710732b46d32565d2ab80d983e028bc.tar.bz2
aports-ddd794bd5710732b46d32565d2ab80d983e028bc.tar.xz
testing/openjdk6: fix shell substition
was converted from tr without testing. bad me.
Diffstat (limited to 'testing')
-rw-r--r--testing/openjdk6/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openjdk6/APKBUILD b/testing/openjdk6/APKBUILD
index f5dea2a1a2..2f6384a450 100644
--- a/testing/openjdk6/APKBUILD
+++ b/testing/openjdk6/APKBUILD
@@ -97,7 +97,7 @@ build() {
--with-ant-home=$srcdir/apache-ant-$ANT_VER \
--with-xalan2-jar=$srcdir/xalan-j_$XALAN2_VER/xalan.jar \
--with-xalan2-serializer-jar=$srcdir/xalan-j_$XALAN2_VER/serializer.jar \
- --with-xerces2-jar=$srcdir/xerces-${XERCES_VER/./_}/xercesImpl.jar \
+ --with-xerces2-jar=$srcdir/xerces-${XERCES_VER//./_}/xercesImpl.jar \
--with-rhino=$srcdir/rhino$RHINO_VER/js.jar \
--with-pkgversion=Alpine_Linux \
|| return 1