More tweaks and switch to building the dist directory during the build stage, not...
[helenos.git] / install.sh.in
blobe4b2f3c6033fa0ebaf7622671598255e505ef912
1 #!/bin/sh
3 if [ "$#" -ge 1 ]; then
4 DESTDIR="$1"
5 else
6 DESTDIR="${MESON_INSTALL_DESTDIR_PREFIX}"
7 fi
9 @text@