wok diff magicrescue/receipt @ rev 19803
libgd: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 25 22:29:29 2017 +0100 (2017-02-25) |
parents | 3765f181a6d5 |
children | 60881e583eec |
line diff
1.1 --- a/magicrescue/receipt Sat Nov 30 17:02:58 2013 +0000 1.2 +++ b/magicrescue/receipt Sat Feb 25 22:29:29 2017 +0100 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 -