lw-build-system/scripts/build.app.c/build.install-app
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00

11 lines
300 B
Bash

build_target @NAME@
# make paths (this is for Gentoo in particular)
build_dir_tree "${@DEST_BINDIR@}" || return 1
# install binary
echo "Installing binaries into '${@DEST_BINDIR@}'"
install_file "${@CNAME@}" "${@DEST_BINDIR@}" 0755 || return 1
print_success "Done"
# vim: syntax=sh:@VIM_MODELINE@