wok diff shell-fm/receipt @ rev 19981
Up gphoto2 (2.5.14), thanks Pasquale
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 18 19:23:12 2017 +0200 (2017-06-18) |
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 Sun Jun 18 19:23:12 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 }