commit 1c9b09ea46f077907fe3bd8b195f483aa48f5fb0 parent 078880445ce456f5de745d90d9795f946b08820e Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sat, 16 Apr 2022 21:21:12 -0500 git: update Diffstat:
M | git/build | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/git/build b/git/build @@ -1,8 +1,5 @@ #!/bin/sh -e -# shellcheck disable=SC2016 -sed -i 's/$(MAKE) -C gitweb install//' Makefile - export CFLAGS="$CFLAGS -static" cat > config.mak <<EOF @@ -12,7 +9,6 @@ NO_TCLTK=YesPlease NO_EXPAT=YesPlease NO_NSEC=YesPlease NO_PYTHON=YesPlease -NO_SVN_TESTS=YesPlease NO_SYS_POLL_H=1 NO_CROSS_DIRECTORY_HARDLINKS=1 NO_INSTALL_HARDLINKS=1 @@ -25,7 +21,7 @@ EOF ac_cv_snprintf_returns_bogus=no \ ac_cv_fread_reads_directories=yes -make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz" -make DESTDIR="$1" install +make LIBS="$(curl-config --static-libs) libgit.a reftable/libreftable.a xdiff/lib.a -lz" +make install -cp -rf man "$1/usr/share/man" +cp -Rf man "$1/usr/share/man"