diff options
-rw-r--r-- | testing/openjdk6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openjdk6/APKBUILD b/testing/openjdk6/APKBUILD index f5dea2a1a..2f6384a45 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 |