diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 4a27327c..d548468d 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -119,9 +119,11 @@ eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx" if $NOGFX; then export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi if test x"porter-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi #if $DEBUG; then |