lw-build-system/scripts/build.c.app/build.install-app
2006-08-09 11:16:18 +01:00

12 lines
293 B
Text

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