Revert changes to build script made in d954708ef

This commit is contained in:
David A. Harding 2015-03-19 15:00:36 -04:00
parent 49071f766b
commit c2bc8edff3
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -49,7 +49,7 @@ lasttime=`stat -c %Y "$SITEDIR/_buildlock" | cut -d ' ' -f1`
# Build website in a child process # Build website in a child process
( (
cd $WORKDIR cd $WORKDIR
make all JEKYLL_COMMAND='jekyll' make build
touch "$WORKDIR/_builddone" touch "$WORKDIR/_builddone"
)& )&