View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/games-fps/quake3/quake3-1.33_alpha510.ebuild (-1 / +1 lines)
 Lines 91-97    Link Here 
	cd ../../build/release*
	cd ../../build/release*
	local old_x x
	local old_x x
	for old_x in ioquake3* ; do
	for old_x in $(/bin/ls -1 ioquake3.* ioq3ded.* 2>/dev/null) ; do
		x=${old_x%.*}
		x=${old_x%.*}
		newgamesbin ${old_x} ${x} || die "dobin ${x}"
		newgamesbin ${old_x} ${x} || die "dobin ${x}"
		dosym ${x} "${GAMES_BINDIR}"/${x/io}
		dosym ${x} "${GAMES_BINDIR}"/${x/io}