Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Make sure BATCH is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Oct 30, 2014
1 parent 99c6cd4 commit 5333791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build_installer_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rebuild_port()
cd $PORTSDIR/$1/$2/ && \
rm -rf work distinfo && \
make makesum && \
make patch && \
make -DBATCH patch && \
chmod -R 777 work && \
make -DBATCH options_UNSET="${options_UNSET}" options_SET="${options_SET}" $WITH_NLS_DEF $WITH_CURSES_DEF $WITH_CGI_DEF $WITH_QT_DEF \
$WITH_LUA_BACKEND_DEF $WITH_C_BACKEND_DEF $WITH_DEBUG_DEF \
Expand Down

0 comments on commit 5333791

Please sign in to comment.