mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mandoc: spell out affected files for vsed.
This commit is contained in:
parent
81fa794cec
commit
a736faf421
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ CFLAGS="-fcommon"
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# use less(1)
|
# use less(1)
|
||||||
vsed -i 's,"more -s","less -s",g' main.c
|
vsed -i 's,"more -s","less -s",g' main.c
|
||||||
vsed -i 's,.Xr more,.Xr less,g' *.1
|
vsed -i 's,.Xr more,.Xr less,g' apropos.1 man.1 mandoc.1
|
||||||
vsed -i 's/^CC=.*/CC=cc/' configure
|
vsed -i 's/^CC=.*/CC=cc/' configure
|
||||||
cat ${FILESDIR}/void.css >>mandoc.css
|
cat ${FILESDIR}/void.css >>mandoc.css
|
||||||
cp ${FILESDIR}/cgi.h .
|
cp ${FILESDIR}/cgi.h .
|
||||||
|
|
Loading…
Add table
Reference in a new issue