commit 9c0b6ef9f0c9f9a702c2f9bd1d429bbb78cfc032 parent 2bcda95e4314aa856784fa59d88d5d2d8cc60c1c Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sun, 3 Jan 2021 20:48:21 -0600 git: remove gitweb crap Diffstat:
M | git/build | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/git/build b/git/build @@ -1,5 +1,8 @@ #!/bin/sh -e +# shellcheck disable=SC2016 +sed -i 's/$(MAKE) -C gitweb install//' Makefile + export CFLAGS="$CFLAGS -static" cat > config.mak <<EOF