Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152367 | Differences between
and this patch

Collapse All | Expand All

(-)nwn-1.68-r1.ebuild.orig (-1 / +4 lines)
Lines 305-315 Link Here
305
		-e "s:GENTOO_USER:${GAMES_USER}:" \
305
		-e "s:GENTOO_USER:${GAMES_USER}:" \
306
		-e "s:GENTOO_GROUP:${GAMES_GROUP}:" \
306
		-e "s:GENTOO_GROUP:${GAMES_GROUP}:" \
307
		-e "s:GENTOO_DIR:${GAMES_PREFIX_OPT}:" \
307
		-e "s:GENTOO_DIR:${GAMES_PREFIX_OPT}:" \
308
		-e "s:override miles nwm:miles:" \
309
		-e "s:chitin.key dialog.tlk nwmain:chitin.key:" \
310
		-e "s:^chmod a-x:#chmod a-x:" \
308
		"${Ddir}"/fixinstall || die "sed"
311
		"${Ddir}"/fixinstall || die "sed"
309
	if use hou || use sou
312
	if use hou || use sou
310
	then
313
	then
311
		sed -i \
314
		sed -i \
312
			-e "s:nwmain patch.key:nwmain:" \
315
			-e "s:chitin.key patch.key:chitin.key:" \
313
			"${Ddir}"/fixinstall || die "sed"
316
			"${Ddir}"/fixinstall || die "sed"
314
	fi
317
	fi
315
	fperms ug+x "${dir}"/fixinstall || die "perms"
318
	fperms ug+x "${dir}"/fixinstall || die "perms"

Return to bug 152367