wok diff laptop-mode-tools/receipt @ rev 19632
busybox: remove modutils & dpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 15 09:50:31 2017 +0100 (2017-01-15) |
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 Sun Jan 15 09:50:31 2017 +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 -