Use new `paths' system

This commit is contained in:
Laurence Withers 2007-09-11 22:06:23 +00:00
commit ec8bcba829
21 changed files with 132 additions and 65 deletions

View file

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