diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-18 00:17:21 +0000 |
commit | 00db8c040e08335a8a42ede66596b6f49275ccce (patch) | |
tree | c6088906fb630fc4b4e7d1af648359bde8e370e7 /packages/classpath | |
parent | 11fa945b34ad7d10c14073af9966f274b4cf49ed (diff) |
Fix parse error by adding one or two "'" or '"' removing whitespace behind \...
Diffstat (limited to 'packages/classpath')
-rw-r--r-- | packages/classpath/classpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index cbbab0ad16..303c286d4e 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/classpath/${PBN}-${PV}.tar.gz \ file://disable-automake-checks.patch;patch=1 \ file://fix-endian-arm-floats.patch;patch=1" -S = ${WORKDIR}/${PBN}-${PV} +S = "${WORKDIR}/${PBN}-${PV}" inherit autotools |