forked from enlightenment/enlightenment
cfg files were installed on top of eachother in the wrong directories and they were unreadable by anyone but root (if you sudo make install)... so fix this with my new chmod fixing stuff (yes meson doesnt let you specific permissions for custom targets).devs/bu5hm4n/meson_wip
parent
1cfdcc0482
commit
3126f103f0
7 changed files with 26 additions and 4 deletions
@ -0,0 +1,2 @@ |
||||
#!/bin/sh |
||||
chmod "$1" "${DESTDIR}/$2" |
Loading…
Reference in new issue