summaryrefslogtreecommitdiff
path: root/meson/meson-chmod.sh
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-12-27 15:24:08 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-12-27 15:24:08 +0000
commitf532be51bc4414975e0fb0a5798eb96151219dea (patch)
treefa868d7549e4b3e115cacb3226af61f8bf557c60 /meson/meson-chmod.sh
parent91990b7cf8024d13a89edbeddb873869eda21a87 (diff)
downloadefl-f532be51bc4414975e0fb0a5798eb96151219dea.tar.gz
meosn - fix install of scripts and bins and their timestamps and modes
i was comparing the bindir results of aurtofoo vs meson and some things were missing/poking out at me. this makes them be in sync - install the ewl_wl+test obnaries, ensure to chmod +x+r etc. scritps AND install them
Diffstat (limited to 'meson/meson-chmod.sh')
-rwxr-xr-xmeson/meson-chmod.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson/meson-chmod.sh b/meson/meson-chmod.sh
new file mode 100755
index 0000000000..e72cb72c58
--- /dev/null
+++ b/meson/meson-chmod.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+chmod "$1" "${DESTDIR}/$2" && touch "${DESTDIR}/$2"