warsow: fix executable permissions.

This commit is contained in:
Juan RP 2014-05-04 11:15:24 +02:00
parent b8e1522d3d
commit 735f9fadea

View file

@ -28,6 +28,7 @@ do_install() {
vmkdir usr/share/warsow
vcopy "source/source/release/*" usr/share/warsow
chmod 755 ${DESTDIR}/usr/share/warsow/warsow
find ${DESTDIR}/usr/share/warsow -type d | xargs chmod 755
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 755 # only executable files in there