Loading hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ profile () local build pattern replace_cmd case "$1" in autotools) build='bash -c "autoreconf --install && configure && make dist"' build='bash -c "autoreconf --install && ./configure && make dist"' pattern='$(distdir).{tar{,.*},zip}' replace_cmd=_make_variable_replace ;; Loading Loading
hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ profile () local build pattern replace_cmd case "$1" in autotools) build='bash -c "autoreconf --install && configure && make dist"' build='bash -c "autoreconf --install && ./configure && make dist"' pattern='$(distdir).{tar{,.*},zip}' replace_cmd=_make_variable_replace ;; Loading