wok diff magicrescue/receipt @ rev 19635
Up SliTaz projects: cookutils(867), slitaz-base-files(321), slitaz-boot-scripts(437), slitaz-tools(1009), tazbug(95), tazirc(20), tazlito(448), tazpkg(933).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 17 17:38:43 2017 +0200 (2017-01-17) |
parents | 3765f181a6d5 |
children | 60881e583eec |
line diff
1.1 --- a/magicrescue/receipt Sat Nov 30 17:02:58 2013 +0000 1.2 +++ b/magicrescue/receipt Tue Jan 17 17:38:43 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 -