Update building on FreeBSD.

remotes/origin/4.2
Darko Poljak 9 years ago
parent 959f160987
commit 07ef7cf2a0
  1. 10
      bin/build-helper.freebsd

@ -260,7 +260,15 @@ eof
fi
# Publish git changes
make helper=${helper} WEBDIR=${WEBDIR} pub
case "$run_as" in
freebsd)
# if we are not Nico :) then just push, no mirror
git push
;;
*)
make helper=${helper} WEBDIR=${WEBDIR} pub
;;
esac
# publish man, speeches, website
if [ "$masterbranch" = yes ]; then

Loading…
Cancel
Save