lw-build-system/skel/scripts/build.c++.app/build.install-app
Laurence Withers 9e8d1e4c15 WIP on module instantiation.
Rather than the skeleton dir shipping with a couple of ready-made
modules, one for each type of project, it would make much more sense and
be much more flexible to instead provide a script to instantiate modules
as needed.
2006-07-24 20:19:15 +01:00

9 lines
242 B
Text

build_target app
# make paths (this is for Gentoo in particular)
build_dir_tree "${BINDIR}" || return 1
# install binary
echo "Installing binaries into '${BINDIR}'"
install_file "${@NAME@}" "${BINDIR}" 0755 || return 1
print_success "Done"