include build.sh from the build-bin directory

This commit is contained in:
AlmAck 2018-01-02 21:17:51 +01:00
parent fadea9b58c
commit 9d44006726
2 changed files with 13 additions and 1 deletions

12
.build-bin/build.sh Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( dirname $( readlink -e $0 ) )
source "$SCRIPT_DIR/../.build-lib/ci-library.sh"
_do list_packages
# sort repository packages based on (inter-)dependency hierarchy
# - it is assumed that the repository contains only compatible package
# versions, hence version information is ignored. If this assumption
# does not hold, makepkg will fail later on
_do sort_packages_by_dependency
_do build_packages

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ hdr
*~
build-desktop.sh
build.sh
./build.sh
check-database.sh
check-links.sh
check-so-files.sh