wok-next diff shell-fm/receipt @ rev 19416

Up cookutils (831)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 24 18:11:26 2016 +0200 (2016-09-24)
parents 3b4e4318134e
children d43bf7aae921
line diff
     1.1 --- a/shell-fm/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/shell-fm/receipt	Sat Sep 24 18:11:26 2016 +0200
     1.3 @@ -16,7 +16,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|PREFIX)/man|PREFIX)/share/man|' Makefile
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }