summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-22 10:47:51 -0400
committerEudyptula <eitan@mosenkis.net>2009-06-22 10:47:51 -0400
commit5e696cb2289437a758b54d910b7951347fae3398 (patch)
tree14f336e0f04a5c1bfebfa34d8610d3153fbc82b1
parentStarted restructuring frontend wizard for modularity (diff)
downloadingenue-5e696cb2289437a758b54d910b7951347fae3398.tar.gz
ingenue-5e696cb2289437a758b54d910b7951347fae3398.tar.bz2
ingenue-5e696cb2289437a758b54d910b7951347fae3398.zip
Added ACCEPT_KEYWORDS from Packages headers to make.conf
-rw-r--r--backend/functions/build.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/functions/build.php b/backend/functions/build.php
index 36841f6..6ca2ff6 100644
--- a/backend/functions/build.php
+++ b/backend/functions/build.php
@@ -12,6 +12,7 @@ function build(&$build) {
$headers=$profile->get_headers();
$makeconf['pkgdir']=$conf['pkgdir_root'].'/'.$profile->pkgdir;
$makeconf['chost']=$headers['chost'];
+ $makeconf['accept_keywords']=$headers['accept_keywords'];
$build->status='build/started';
$build->write();
$W=WORK.'/build-'.$build->id;