Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154735
Collapse All | Expand All

(-)/usr/portage/games-action/rune/rune-1.07-r2.ebuild (-5 / +4 lines)
Lines 93-104 Link Here
93
93
94
		doins -r ${S}/System || die "Could not copy Linux specific files"
94
		doins -r ${S}/System || die "Could not copy Linux specific files"
95
		doins -r ${S}/Help || die "Could not copy Help data"
95
		doins -r ${S}/Help || die "Could not copy Help data"
96
		sed -e "s:.*\(\w+/\w+\)\w:\1:"
96
		for x in $(find ${S}/patch/{System,Maps,Meshes} 2> /dev/null |\
97
		for x in $(ls ${S}/patch/{System,Maps,Meshes} |sed -e \
97
			sed -n -e "s:.*/\([^/]\+/[^/]\+\)\.patch$:\1:p")
98
			"s:.*/\([^/]\+/[^/]\+\).patch$:\1:")
99
		do
98
		do
100
			xdelta patch ${S}/patch/${x}.patch ${CDROM_ROOT}/${x} ${S}/patch/${x}
99
			xdelta patch ${S}/patch/${x}.patch ${CDROM_ROOT}/${x} ${S}/${x}
101
			doins ${S}/patch/${x} || die "Could not copy Patch data"
100
			doins ${S}/${x} || die "Could not copy Patch data"
102
		done
101
		done
103
102
104
		insinto ${dir}/System
103
		insinto ${dir}/System

Return to bug 154735