wok-current diff laptop-mode-tools/receipt @ rev 20426
linld: fix xmm_driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 13 00:46:30 2018 +0200 (2018-08-13) |
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 Aug 13 00:46:30 2018 +0200 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 -