diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:39:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:39:22 +0000 |
commit | bef8d370a14e74f6a8b2327aa004bbf200242fdd (patch) | |
tree | fc650b5bc5ad7f20ce81481cc5c435a4231039b7 /net-www/phoenix-bin | |
parent | Changed einstall||die to einstall (diff) | |
download | historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.tar.gz historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.tar.bz2 historical-bef8d370a14e74f6a8b2327aa004bbf200242fdd.zip |
Changed mkdir ${D} to dodir ${D}
Diffstat (limited to 'net-www/phoenix-bin')
-rw-r--r-- | net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild index 9e35122761af..8a58c365b005 100644 --- a/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild +++ b/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.3 2002/11/21 22:48:44 gerk Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-bin/phoenix-bin-0.4-r2.ebuild,v 1.4 2002/11/30 21:39:22 vapier Exp $ MY_PN=${PN/-bin/} S=${WORKDIR}/${MY_PN} @@ -23,7 +21,7 @@ RDEPEND=">=sys-libs/lib-compat-1.0-r2 src_install() { # Plugin path creation PLUGIN_DIR="/usr/lib/nsbrowser/plugins" - mkdir -p ${D}/${PLUGIN_DIR} + dodir /${PLUGIN_DIR} dodir /usr/lib |