warsow: fix executable permissions.
This commit is contained in:
parent
b8e1522d3d
commit
735f9fadea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue