Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2649 - Balsa ebuild only contains docs
Summary: Balsa ebuild only contains docs
Status: RESOLVED DUPLICATE of bug 2510
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-11 00:47 UTC by JR Boyens
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix install problems (balsa-1.3.5.patch,422 bytes, patch)
2002-05-11 01:32 UTC, JR Boyens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description JR Boyens 2002-05-11 00:47:06 UTC
The Balsa ebuild (newest) contains only docs, rendering it completely useless. I
will look in to making a patch... Until then.
Comment 1 JR Boyens 2002-05-11 01:18:32 UTC
Here is the patch...


--- balsa-1.3.5.ebuild.orig     Sat May 11 00:56:12 2002
+++ balsa-1.3.5.ebuild  Sat May 11 01:15:23 2002
@@ -51,10 +51,8 @@


 src_install () {
-       make \
-               prefix=${D}/usr \
-               mandir=${D}/usr/share/man \
-               gnomedatadir=${D}/usr/share || die "make install failed"
+       make install \
+               DESTDIR=${D} || die "make install failed"
        dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO
        docinto docs
        dodoc docs/*
Comment 2 JR Boyens 2002-05-11 01:32:13 UTC
Created attachment 942 [details, diff]
Patch to fix install problems
Comment 3 Scott A. Friedman 2002-05-12 00:49:44 UTC
Install permission problems with this patch

/etc/sound
/usr/share/locale
Comment 4 Scott A. Friedman 2002-05-12 01:35:36 UTC
Actually...

adding the following to the src_install() should fix it

datadir=${D}/usr/share \
gnomeconfdir=${D}/etc \
Comment 5 Spider (RETIRED) gentoo-dev 2002-05-12 06:54:29 UTC

*** This bug has been marked as a duplicate of 2510 ***