efl/meson/meson-chmod.sh

3 lines
62 B
Bash
Executable File

#!/bin/sh
chmod "$1" "${DESTDIR}/$2" && touch "${DESTDIR}/$2"