mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-17 04:00:14 -07:00
mandoc: Fix build with new gnumake
This commit is contained in:
parent
207b4c539e
commit
f3a6a38090
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
sed -i 's,"more -s","less",g' main.c
|
sed -i 's,"more -s","less",g' main.c
|
||||||
|
sed -i "s/CC=.*/CC='$CC'/" configure
|
||||||
|
|
||||||
cat > configure.local <<EOF
|
cat > configure.local <<EOF
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user