diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-05-05 15:53:08 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-05-05 15:53:08 +0000 |
commit | a180683cb105383e76ca67b457e920b13f9b0750 (patch) | |
tree | 913377291fad293d2ea4a8d014061dbc7268fee0 /dev-java/txw2-runtime/txw2-runtime-20070407.ebuild | |
parent | Remove -i from cp. (diff) | |
download | historical-a180683cb105383e76ca67b457e920b13f9b0750.tar.gz historical-a180683cb105383e76ca67b457e920b13f9b0750.tar.bz2 historical-a180683cb105383e76ca67b457e920b13f9b0750.zip |
Move -i to be first option.
Package-Manager: portage-2.1.2.6
Diffstat (limited to 'dev-java/txw2-runtime/txw2-runtime-20070407.ebuild')
-rw-r--r-- | dev-java/txw2-runtime/txw2-runtime-20070407.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild b/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild index 60cea3e57f67..27616ba6f068 100644 --- a/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild +++ b/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild,v 1.2 2007/05/01 22:51:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/txw2-runtime/txw2-runtime-20070407.ebuild,v 1.3 2007/05/05 15:51:43 nelchael Exp $ JAVA_PKG_IUSE="doc source" @@ -48,7 +48,7 @@ src_unpack() { unzip -qq txw2-src.zip -d runtime || die unzip failed unzip -qq txw2c-src.zip -d compiler || die unzip failed - cp "${FILESDIR}/build.xml-20070407" "${S}/build.xml" -i || die cp failed + cp -i "${FILESDIR}/build.xml-20070407" "${S}/build.xml" || die cp failed } |