diff options
Diffstat (limited to 'core/mandoc')
-rwxr-xr-x | core/mandoc/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mandoc/build b/core/mandoc/build index 5b015e39..11f1bfed 100755 --- 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 |