diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-22 01:03:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-22 01:03:01 +0300 |
commit | 6a70a32ac6f96a67fd14fad5d407a9c46d2e4db5 (patch) | |
tree | bfb813deb4e96f78163f2769d9694317bc577d99 /core | |
parent | 9ebad4c21bb90f1417ac41a13fffbb0b5f90953b (diff) | |
download | repository-6a70a32ac6f96a67fd14fad5d407a9c46d2e4db5.tar.gz |
mandoc: add fix by Dylan
Diffstat (limited to 'core')
-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 |