commit 6a70a32ac6f96a67fd14fad5d407a9c46d2e4db5 parent 9ebad4c21bb90f1417ac41a13fffbb0b5f90953b Author: Cem Keylan <cem@ckyln.com> Date: Wed, 22 Jan 2020 01:03:01 +0300 mandoc: add fix by Dylan Diffstat:
M | core/mandoc/build | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/mandoc/build b/core/mandoc/build @@ -1,6 +1,7 @@ #!/bin/sh -e sed -i 's,"more -s","less",g' main.c +sed -i "s/CC=.*/CC='$CC'/" configure cat > configure.local <<EOF PREFIX=/usr