summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2002-08-30 03:35:18 +0000
committerMichael Nazaroff <naz@gentoo.org>2002-08-30 03:35:18 +0000
commit9c05f8355c1e87a6d13c900f1e2fa0b4e0b3668b (patch)
tree09002cf1a0327f27c3e61370e3985bf4ad058385 /app-cdr/eroaster
parentadded ppc to keywords (diff)
downloadhistorical-9c05f8355c1e87a6d13c900f1e2fa0b4e0b3668b.tar.gz
historical-9c05f8355c1e87a6d13c900f1e2fa0b4e0b3668b.tar.bz2
historical-9c05f8355c1e87a6d13c900f1e2fa0b4e0b3668b.zip
Fixed a path issue in the package
Diffstat (limited to 'app-cdr/eroaster')
-rw-r--r--app-cdr/eroaster/ChangeLog7
-rw-r--r--app-cdr/eroaster/eroaster-2.1.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-cdr/eroaster/ChangeLog b/app-cdr/eroaster/ChangeLog
index bbcb78c635c7..6a00127d4abd 100644
--- a/app-cdr/eroaster/ChangeLog
+++ b/app-cdr/eroaster/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-cdr/arson
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.4 2002/08/06 20:41:07 naz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/ChangeLog,v 1.5 2002/08/30 03:35:18 naz Exp $
*eroaster-2.1.0 (11 July 2002)
@@ -15,6 +15,11 @@
package, and sys-app/mkisofs has been depreciated. I also fixed the sandbox
violation for this version.
+ 29 Aug 2002; Micheal Nazaroff <naz@gentoo.org> eroaster-2.1.0.ebuild:
+
+ Fixed eroaster.gnorba path since it was getting dropped into /usr, this
+ should fix about everything in this package.
+
*eroaster-2.0.12 (5 July 2002) Bart Verwilst <verwilst@gentoo.org>
initial ebuild
diff --git a/app-cdr/eroaster/eroaster-2.1.0.ebuild b/app-cdr/eroaster/eroaster-2.1.0.ebuild
index d2a2d5eaad15..cca03adf23c4 100644
--- a/app-cdr/eroaster/eroaster-2.1.0.ebuild
+++ b/app-cdr/eroaster/eroaster-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.7 2002/08/16 02:31:09 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.8 2002/08/30 03:35:18 naz Exp $
DESCRIPTION="A graphical frontend for cdrecord and mkisofs written in gnome-python"
HOMEPAGE="http://eroaster.sourceforge.net"
@@ -30,7 +30,7 @@ src_compile() {
src_install () {
make \
prefix=${D}/usr \
- gnorbadir=${D}/usr \
+ gnorbadir=${D}/usr/share/eroaster \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die