diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-27 16:41:16 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-27 16:41:16 +0000 |
commit | 7b1af3fd28f07794c6b21aba5c019cc50d53399c (patch) | |
tree | 91e9b2a66abb826f763e23f5c8cd18eab230ac9e /sys-apps/palo/palo-1.2_pre20030115.ebuild | |
parent | added missing deps (diff) | |
download | gentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.tar.gz gentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.tar.bz2 gentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.zip |
Replaced einstall by make install since it was not working.
Diffstat (limited to 'sys-apps/palo/palo-1.2_pre20030115.ebuild')
-rw-r--r-- | sys-apps/palo/palo-1.2_pre20030115.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/palo/palo-1.2_pre20030115.ebuild b/sys-apps/palo/palo-1.2_pre20030115.ebuild index 235d639efbe1..f486f9d15ee0 100644 --- a/sys-apps/palo/palo-1.2_pre20030115.ebuild +++ b/sys-apps/palo/palo-1.2_pre20030115.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/palo-1.2_pre20030115.ebuild,v 1.4 2003/02/19 20:23:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/palo-1.2_pre20030115.ebuild,v 1.5 2003/02/27 16:41:16 gmsoft Exp $ DESCRIPTION="PALO : PArisc Linux Loader" HOMEPAGE="http://parisc-linux.org/" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR="${D}" install install -o root -g root -m644 -D ${FILESDIR}/palo.conf ${D}/etc/palo.conf } |