wok diff shell-fm/receipt @ rev 20414

Up lynis (2.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 02 12:25:57 2018 +0200 (2018-08-02)
parents 3b4e4318134e
children 20661c276bcf
line diff
     1.1 --- a/shell-fm/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/shell-fm/receipt	Thu Aug 02 12:25:57 2018 +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  }