wok diff p7zip-full/receipt @ rev 19293

o3read, ocaml, optipng, p7zip-full, pmail, python-nose, ratmenu: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 15:27:44 2016 +0200 (2016-07-06)
parents 51a1ebbda768
children 0be966ba5e90
line diff
     1.1 --- a/p7zip-full/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/p7zip-full/receipt	Wed Jul 06 15:27:44 2016 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|HOME)/man|HOME)/share/man|' makefile
     1.9  	make all3
    1.10  	make DEST_HOME=$DESTDIR/usr install
    1.11  }