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

(-)/usr/portage/eclass/rox.eclass (-2 / +3 lines)
Lines 54-61 Link Here
54
	insinto /usr/lib/rox
54
	insinto /usr/lib/rox
55
	doins -r ${APPNAME}
55
	doins -r ${APPNAME}
56
	#set correct permisions on files, in case they are wrong
56
	#set correct permisions on files, in case they are wrong
57
	chmod 755 ${D}/usr/lib/rox/${APPNAME}/AppRun
57
	#include all subdirectories in search, just in case
58
	chmod 755 ${D}/usr/lib/rox/${APPNAME}/AppletRun
58
	find ${D}/usr/lib/rox/${APPNAME} -name 'AppRun' | xargs chmod 0755 	>/dev/null 2>&1
59
	find ${D}/usr/lib/rox/${APPNAME} -name 'AppletRun' | xargs chmod 0755 >/dev/null 2>&1
59
60
60
	# set permisions for programms where we have libdir script
61
	# set permisions for programms where we have libdir script
61
	if [ -f ${D}/usr/lib/rox/${APPNAME}/libdir ]; then
62
	if [ -f ${D}/usr/lib/rox/${APPNAME}/libdir ]; then

Return to bug 106253