wok-6.x diff shell-fm/receipt @ rev 20164
Up firefox-official (57.0.4), with Meltdown & Spectre fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 05 13:33:08 2018 +0100 (2018-01-05) |
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 Fri Jan 05 13:33:08 2018 +0100 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 }