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:28:25 +00:00
parent ae961da8dd
commit db019b569e
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
chmod "$1" "${DESTDIR}/$2"

View File

@ -9,7 +9,7 @@ base_url = 'https://www.enlightenment.org/about-'
##### convenience variables for later
proj = meson.project_name()
ver = meson.project_version()
chmod = join_paths(meson.source_root(), 'meson-chmod.sh')
chmod = join_paths(meson.source_root(), 'meson/meson-chmod.sh')
##### dependencies
efl_version = '>= 1.19.0'

2
meson/meson-chmod.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
chmod "$1" "${DESTDIR}/$2" && touch "${DESTDIR}/$2"