diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-05 20:30:56 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-05 20:30:56 +0000 |
commit | b72fc10bb033af86266760d464ddfecab21e350a (patch) | |
tree | 75adda69c4dc7f154a9536288f5ba528b0499e8a /app-office/borg | |
parent | fixed KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-b72fc10bb033af86266760d464ddfecab21e350a.tar.gz gentoo-2-b72fc10bb033af86266760d464ddfecab21e350a.tar.bz2 gentoo-2-b72fc10bb033af86266760d464ddfecab21e350a.zip |
fix bin
Diffstat (limited to 'app-office/borg')
-rw-r--r-- | app-office/borg/borg-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/borg/borg-1.3.2.ebuild b/app-office/borg/borg-1.3.2.ebuild index 0a2c83305cfa..ff3d7844da75 100644 --- a/app-office/borg/borg-1.3.2.ebuild +++ b/app-office/borg/borg-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.3.2.ebuild,v 1.1 2004/10/05 19:22:39 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.3.2.ebuild,v 1.2 2004/10/05 20:30:56 axxo Exp $ inherit java-pkg @@ -28,7 +28,7 @@ src_install() { echo "#!/bin/sh" > ${PN} echo "cd /usr/share/${PN}" >> ${PN} - echo "\${JAVA_HOME}/bin/java -jar \$(java-config -p borg) '\$*'" >> ${PN} + echo "\${JAVA_HOME}/bin/java -jar \$(java-config -p borg) \$*" >> ${PN} dobin ${PN} } |