Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 87618
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Frieder Bürzele <evermind@tuxfamily.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch_destdir patch to adjust the generated destdir in script googles text/plain Frieder Bürzele 2005-04-04 05:49 0000 396 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 87618 depends on: Show dependency tree
Bug 87618 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-04-01 18:52 0000
the current ebuild won't create the goggles with the right prefix. The ebuild
insert the /var/tmp/portage/gogglesblabla instead of just /usr
so I changed the ebuild and now it works.
here my diff

-0.8.0.ebuild_old goggles-0.8.0.ebuild
--- goggles-0.8.0.ebuild_old    2005-04-02 04:30:57.755316624 +0200
+++ goggles-0.8.0.ebuild        2005-04-02 04:48:06.825874120 +0200
@@ -33,7 +33,7 @@
        ./gb || die "build failed"

        # we do it now manually, to avoid calling 'gb install'
-       sed "s|@prefix@|/${D}${DESTTREE}|" scripts/goggles.in > scripts/goggles
+       sed "s|@prefix@|/usr|" scripts/goggles.in > scripts/goggles
 }

 src_install() {

------- Comment #1 From Frieder Bürzele 2005-04-04 05:49:30 0000 -------
Created an attachment (id=55269) [details]
patch to adjust the generated destdir in script googles

now the variable $DESTTREE is used instead of the fixed path /usr (like in the
original ebuild)

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-04-04 12:12:47 0000 -------
fixed in cvs, thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug