mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
mdocml: unbreak: needs a whitespace.
This commit is contained in:
parent
d31d4b44b7
commit
16f7ee4e8a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pre_configure() {
|
||||||
sed -i "s,/usr/local,${XBPS_CROSS_BASE}/usr,g" configure
|
sed -i "s,/usr/local,${XBPS_CROSS_BASE}/usr,g" configure
|
||||||
}
|
}
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s,CFLAGS.* ,& ${CFLAGS},g" Makefile.local
|
sed -i "s,CFLAGS.* ,& ${CFLAGS} ,g" Makefile.local
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove devel stuff.
|
# remove devel stuff.
|
||||||
|
|
Loading…
Add table
Reference in a new issue