summaryrefslogtreecommitdiff
path: root/meson
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-09-21 13:31:04 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-09-21 13:31:01 -0400
commitd70ab09a4a769b07527b56332618ab2b9a0326e2 (patch)
treebecd9a99e6309be57090862afa7aa8d854903dd9 /meson
parent4d0ceeb02c7d8d52b8b13ae7667dccbbf81af506 (diff)
downloadenlightenment-d70ab09a4a769b07527b56332618ab2b9a0326e2.tar.gz
move meson-chmod.sh into meson/
Diffstat (limited to 'meson')
-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..7fed6de0dd
--- /dev/null
+++ b/meson/meson-chmod.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+chmod "$1" "${DESTDIR}/$2"