wok-current diff magicrescue/receipt @ rev 19976
sshfs-fuse: update wget
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 11 16:43:30 2017 +0200 (2017-06-11) |
parents | 3765f181a6d5 |
children | 60881e583eec |
line diff
1.1 --- a/magicrescue/receipt Sat Nov 30 17:02:58 2013 +0000 1.2 +++ b/magicrescue/receipt Sun Jun 11 16:43:30 2017 +0200 1.3 @@ -15,7 +15,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|/man/|/share&|' Makefile* 1.9 install -d $DESTDIR/usr 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 @@ -30,4 +30,3 @@ 1.13 cp -a $install/usr/bin $fs/usr 1.14 cp -a $install/usr/share/magicrescue $fs/usr/share 1.15 } 1.16 -