mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
mcwm: little fix CC
This commit is contained in:
parent
536ed7851f
commit
2b1a0615b9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ checksum=2d2f9ced77bc6f90cb9fbdbf790eed97f3be28caefb0de496ac28813aed606be
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i 's/man\/man1/share\/man\/man1/g' Makefile
|
sed -i 's/man\/man1/share\/man\/man1/g' Makefile
|
||||||
make ${makejobs}
|
make CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue