parent
10f6dc4737
commit
61f3dfeb8c
3 changed files with 6 additions and 6 deletions
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
for x in "$@" ; do |
||||
chmod 644 "$MESON_INSTALL_DESTDIR_PREFIX/$x" && touch "$MESON_INSTALL_DESTDIR_PREFIX/$x" |
||||
done |
@ -1,5 +0,0 @@ |
||||
#!/bin/sh |
||||
|
||||
for x in "$@" ; do |
||||
chmod 644 "$MESON_INSTALL_DESTDIR_PREFIX/$x" |
||||
done |
Loading…
Reference in new issue