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

(-)gcal-3.01.ebuild (-1 / +4 lines)
Lines 27-33 Link Here
27
27
28
	# Need to fix up paths for scripts in misc directory
28
	# Need to fix up paths for scripts in misc directory
29
	# that are automatically created by the makefile
29
	# that are automatically created by the makefile
30
	dosed /usr/share/gcal/misc/*/*
30
	for miscfile in ${D}/usr/share/gcal/misc/*/*
31
	do
32
		dosed "s:${D%/}::g" ${miscfile/${D}}
33
	done
31
34
32
	# Rebuild the symlinks that makefile created into the image /usr/bin
35
	# Rebuild the symlinks that makefile created into the image /usr/bin
33
	# directory during make install 
36
	# directory during make install 

Return to bug 25866