Update building on FreeBSD.
This commit is contained in:
parent
959f160987
commit
07ef7cf2a0
1 changed files with 9 additions and 1 deletions
|
@ -260,7 +260,15 @@ eof
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Publish git changes
|
# Publish git changes
|
||||||
|
case "$run_as" in
|
||||||
|
freebsd)
|
||||||
|
# if we are not Nico :) then just push, no mirror
|
||||||
|
git push
|
||||||
|
;;
|
||||||
|
*)
|
||||||
make helper=${helper} WEBDIR=${WEBDIR} pub
|
make helper=${helper} WEBDIR=${WEBDIR} pub
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# publish man, speeches, website
|
# publish man, speeches, website
|
||||||
if [ "$masterbranch" = yes ]; then
|
if [ "$masterbranch" = yes ]; then
|
||||||
|
|
Loading…
Reference in a new issue