gimp/meson_dist_script.sh
2022-03-18 16:05:58 +00:00

6 lines
128 B
Bash
Executable file

#!/usr/bin/env bash
cp -f 'INSTALL' "${MESON_DIST_ROOT}"
# rm -f "${MESON_DIST_ROOT}/INSTALL.in"
cp "$1" "${MESON_DIST_ROOT}"