Separate buildtree and buildpkg code

Code is now located via BUILDPKG_SCRIPTS while the buildtree is located
via BUILDPKG_BASE.
This commit is contained in:
Tom G. Christensen
2010-01-09 15:59:29 +01:00
parent 2c45b58592
commit 80e4a9d3fc
5 changed files with 26 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# This is a buildpkg build.sh script
# build.sh helper functions
. ${BUILDPKG_BASE}/scripts/build.sh.functions
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
# Check the following 4 variables before running the script
@@ -13,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
patch[0]=
# Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
reg prep
prep()