Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159971 - q3demo-ded symlink is wrong
Summary: q3demo-ded symlink is wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 07:40 UTC by Costin Stroie
Modified: 2007-01-10 00:30 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Costin Stroie 2007-01-04 07:40:17 UTC
In games-fps/quake3-demo, the 'q3demo-ded' symlink is wrong, it points
to '/opt/quake3-demo/q3ded-demo', while the target is
'/opt/quake3-demo/q3demo-ded'

The problem is on line 62 of the ebuild file. The patch is attached.

--- quake3-demo-1.11.ebuild.new	2006-12-29 18:56:54.000000000 +0200
+++ quake3-demo-1.11.ebuild	2006-10-05 15:36:32.000000000 +0300
@@ -59,7 +59,7 @@
 	doexe ${FILESDIR}/{q3demo,q3demo-ded}
 	dodir ${GAMES_BINDIR}
 	dosym ${dir}/q3demo ${GAMES_BINDIR}/q3demo
-	dosym ${dir}/q3demo-ded ${GAMES_BINDIR}/q3demo-ded
+	dosym ${dir}/q3ded-demo ${GAMES_BINDIR}/q3demo-ded
 	dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo
 	dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo-ded
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2007-01-10 00:30:53 UTC
I'd already fixed this when you emailed...