terminology/meson_install_themes.sh

6 lines
84 B
Bash
Executable File

#!/bin/sh
for x in "$@" ; do
chmod 644 "$MESON_INSTALL_DESTDIR_PREFIX/$x"
done