wok diff shell-fm/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
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	Mon Oct 09 13:07:28 2017 +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  }