meson - sync tree to look like e/efl with meson scripts in meson dir

This commit is contained in:
Carsten Haitzler 2018-12-27 15:30:17 +00:00
parent 10f6dc4737
commit 61f3dfeb8c
3 changed files with 6 additions and 6 deletions

View File

@ -125,4 +125,4 @@ subdir('data')
subdir('man')
subdir('src/bin')
meson.add_install_script('meson_install_themes.sh', edj_files)
meson.add_install_script('meson/meson_install_themes.sh', edj_files)

5
meson/meson_install_themes.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
for x in "$@" ; do
chmod 644 "$MESON_INSTALL_DESTDIR_PREFIX/$x" && touch "$MESON_INSTALL_DESTDIR_PREFIX/$x"
done

View File

@ -1,5 +0,0 @@
#!/bin/sh
for x in "$@" ; do
chmod 644 "$MESON_INSTALL_DESTDIR_PREFIX/$x"
done