mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
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
|
vmkdir usr/share/warsow
|
||||||
vcopy "source/source/release/*" 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 d | xargs chmod 755
|
||||||
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 755 # only executable files in there
|
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 755 # only executable files in there
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue