|
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 |