mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
6 lines
128 B
Bash
Executable file
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}"
|