Add app.sh module
This commit is contained in:
parent
8968ed27b2
commit
5592da7b80
4 changed files with 27 additions and 0 deletions
13
scripts/build.app.sh/build.install-app
Normal file
13
scripts/build.app.sh/build.install-app
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# make paths (this is for Gentoo in particular)
|
||||
build_dir_tree "${BINDIR}" || return 1
|
||||
|
||||
# install binary
|
||||
echo "Installing binaries into '${BINDIR}'"
|
||||
for script in src/@NAME@/*.sh
|
||||
do
|
||||
install_file "${script}" "${BINDIR}" 0755 || return 1
|
||||
done
|
||||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
Loading…
Add table
Add a link
Reference in a new issue