wok-4.x rev 12475

Patch mandir dev86
author Stanislas Leduc <shann@slitaz.org>
date Wed Mar 15 08:07:13 2023 +0000 (13 months ago)
parents d97d1f60fc46
children 82efffdfec11
files dev86/receipt
line diff
     1.1 --- a/dev86/receipt	Wed Mar 15 07:59:15 2023 +0000
     1.2 +++ b/dev86/receipt	Wed Mar 15 08:07:13 2023 +0000
     1.3 @@ -17,6 +17,9 @@
     1.4  	cd $src
     1.5  	# Be busybox compatible
     1.6  	sed -i 's/ | cat -v//' libcompat
     1.7 +	sed -i 's|include/malloc.h|& 2> /dev/null|' libc/malloc/Makefile
     1.8 +	sed -i 's|/usr/man|/usr/share/man|' man/Makefile
     1.9 +	sed -i 's|REFIX)/man|REFIX)/share/man|' Makefile */Makefile
    1.10  	echo q | make -j 1 PREFIX=/usr &&
    1.11  	make -j 1 DIST=$PWD/_pkg install
    1.12  }