diff options
-rw-r--r-- | backend/functions/build.php | 1 |
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; |