diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-17 16:37:59 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-17 16:37:59 +0000 |
commit | c19be156bef6e85a6baa751f16337cb36e264cfd (patch) | |
tree | 21ddfda6c32c4810a25c88c0330d122d53ec2767 /www-apps | |
parent | clean up ugly ugly ebuild (Manifest recommit) (diff) | |
download | gentoo-2-c19be156bef6e85a6baa751f16337cb36e264cfd.tar.gz gentoo-2-c19be156bef6e85a6baa751f16337cb36e264cfd.tar.bz2 gentoo-2-c19be156bef6e85a6baa751f16337cb36e264cfd.zip |
Some cleanup
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild index c5f157e2187a..c7841ef17422 100644 --- a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.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/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild,v 1.1 2004/11/17 15:53:41 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r2.ebuild,v 1.2 2004/11/17 16:37:59 rizzo Exp $ inherit webapp @@ -25,6 +25,9 @@ src_unpack() { cd ${S} unpack phpwebsite-core-security-patch.tar.gz unpack phpwebsite-core-security-patch2.tar.gz + + # Oops from patch tar creator + rm ${S}/phpwebsite-core-security-patch2.tar.gz } src_install() { |