First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 50614
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dizzy <dizzy@roedu.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50614 depends on: Show dependency tree
Bug 50614 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: 2004-05-10 02:47 0000
Hi

Please apply this little patch to quake3-1.32b-r3.ebuild to fix it:
# diff -u quake3-1.32b-r3.ebuild quake3-1.32b-r4.ebuild 
--- quake3-1.32b-r3.ebuild      2004-04-20 01:07:11.000000000 +0300
+++ quake3-1.32b-r4.ebuild      2004-05-10 12:50:14.178101048 +0300
@@ -32,7 +32,7 @@
 }
 
 src_install() {
-       local dir=${GAMES_PREFIX_OPT}/${PN}
+       dir=${GAMES_PREFIX_OPT}/${PN}
        dodir ${dir}
 
        insinto ${dir}/baseq3



Reasoning: defining dir local to src_install() and then using it later into pkg_postinst() isnt good:

pkg_postinst() {
        games_pkg_postinst

        einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."

------- Comment #1 From Mr. Bones. 2004-05-10 02:54:48 0000 -------
Fixed in CVS.  Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug