meson make sure to update timestamp of installed script files and +x

enlightenment_remote was not getting timestamp updated. this should
fix that and ensure its executable too.
devs/devilhorns/rotation
Carsten Haitzler 5 years ago
parent 22031a74bb
commit c16034bcc8
  1. 2
      data/tools/meson.build
  2. 2
      meson/meson-chmod.sh

@ -1,3 +1,5 @@
install_data('enlightenment_remote',
install_dir: dir_bin
)
o = join_paths(dir_bin, 'enlightenment_remote')
meson.add_install_script(chmod, 'a+r+x', o)

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

Loading…
Cancel
Save