Bug 47497 - ebuild quake3-urbanterror fetch wrong
|
Bug#:
47497
|
Product: Gentoo Linux
|
Version: 2004.0
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: netbix@tiscali.it
|
|
Component: Games
|
|
|
URL:
|
|
Summary: ebuild quake3-urbanterror fetch wrong
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-04-11 04:30 0000
|
In new ebuild for quake3-urbanterror-3.4 the file upgrade 3.4 ir incorrect.
The real name of patch is UrbanTerror34.zip and not urbanterror34.zip
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
I was about to submit this same bug. Thanks for the new ebuild, I hope they
add it to portage soon since it's not that big of a change.
I just fixed this in CVS. There's no need to submit an ebuild for such a simple
change. A bug is plenty information enough. After all, it was replacing 2
characters. ;]
Thanks for the submission.
I are not correct this part:
..........
.........
src_unpack() {
unpack urbanterror3.zip
cd q3ut3
unpack UrbanTerror31.zip
unpack UrbanTerror32.zip
unpack UrbanTerror33.zip
unpack urbanterror34.zip <-------------- correct it
}
....
..............
I already fixed it.
Make sure you sync
Are you sure ? i have sync today but this line is:
.......
......
unpack urbanterror34.zip <-------------- correct it
.........
..........
and not unpack UrbanTerror34.zip