wok-6.x diff laptop-mode-tools/receipt @ rev 20668
Up pjsip (2.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 21 10:25:55 2019 +0100 (2019-01-21) |
parents | 8d64ce80ab95 |
children | 4e6e6bbe01bc |
line diff
1.1 --- a/laptop-mode-tools/receipt Mon Mar 10 11:43:00 2014 +0000 1.2 +++ b/laptop-mode-tools/receipt Mon Jan 21 10:25:55 2019 +0100 1.3 @@ -14,7 +14,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|/usr/man|/usr/share/man|' install.sh 1.9 make DESTDIR=$DESTDIR INIT_D=none install 1.10 } 1.11 1.12 @@ -31,4 +31,3 @@ 1.13 cp -a $install/lib/udev $fs/lib/ 1.14 cp -a $install/usr/lib/ $fs/usr/ 1.15 } 1.16 -