aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index 0a38aba..1c348e6 100755
--- a/build
+++ b/build
@@ -174,6 +174,11 @@ load_rules()
export F W L E T D
+ # Source in the toplevel Buildrules
+ if [ -f "${BUILDER_PKGDIR}/.buildrules" ]; then
+ . "${BUILDER_PKGDIR}/.buildrules"
+ fi
+
# Source in the category Buildrules
if [ -f "${BUILDER_PKGDIR}/${CATEGORY}/.buildrules" ]; then
. "${BUILDER_PKGDIR}/${CATEGORY}/.buildrules"