summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-02-27 16:41:16 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-02-27 16:41:16 +0000
commit7b1af3fd28f07794c6b21aba5c019cc50d53399c (patch)
tree91e9b2a66abb826f763e23f5c8cd18eab230ac9e
parentadded missing deps (diff)
downloadgentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.tar.gz
gentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.tar.bz2
gentoo-2-7b1af3fd28f07794c6b21aba5c019cc50d53399c.zip
Replaced einstall by make install since it was not working.
-rw-r--r--sys-apps/palo/ChangeLog15
-rw-r--r--sys-apps/palo/palo-1.2_pre20030115.ebuild4
2 files changed, 9 insertions, 10 deletions
diff --git a/sys-apps/palo/ChangeLog b/sys-apps/palo/ChangeLog
index 48099cb2c505..38f9153883c9 100644
--- a/sys-apps/palo/ChangeLog
+++ b/sys-apps/palo/ChangeLog
@@ -1,22 +1,21 @@
# ChangeLog for sys-apps/palo
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/ChangeLog,v 1.5 2003/02/19 20:23:39 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/ChangeLog,v 1.6 2003/02/27 16:41:16 gmsoft Exp $
- 19 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
+*palo-1.2_pre20030115 (05 Feb 2003)
+
+ 27 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
+ Replaced einstall by make install since it was not working.
+ 19 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
Done some cleanup and better use of gentoo provided ebuild functions.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
-
Added -mips to keywords.
06 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
-
- Fixed added -ppc -x86 -alpha -sparc to KEYWORDS. Fixed PROVIDE.
-
-*palo-1.2_pre20030115 (05 Feb 2003)
+ Added -ppc -x86 -alpha -sparc to KEYWORDS. Fixed PROVIDE.
05 Feb 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030115.ebuild :
-
Initial import.
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
}