wok-6.x diff dev86/receipt @ rev 19548
sylfilter: hide config.rpath trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 08 13:26:44 2016 +0100 (2016-12-08) |
parents | bc78fe1b4ae4 |
children | e60b6baa3569 |
line diff
1.1 --- a/dev86/receipt Tue May 26 15:17:08 2015 +0200 1.2 +++ b/dev86/receipt Thu Dec 08 13:26:44 2016 +0100 1.3 @@ -16,6 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|/usr/man|/usr/share/man|' man/Makefile 1.8 + sed -i 's|REFIX)/man|REFIX)/share/man|' Makefile */Makefile 1.9 make -j 1 PREFIX=/usr && 1.10 make -j 1 DIST=$DESTDIR install 1.11 }