wok diff dev86/receipt @ rev 19532

suplemon: tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 15:32:40 2016 +0200 (2016-11-29)
parents bc78fe1b4ae4
children e60b6baa3569
line diff
     1.1 --- a/dev86/receipt	Tue May 26 15:17:08 2015 +0200
     1.2 +++ b/dev86/receipt	Tue Nov 29 15:32:40 2016 +0200
     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  }