wok-current diff lm-sensors/receipt @ rev 20542
linld: relative lseek for load.cpp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 30 15:12:24 2018 +0100 (2018-11-30) |
parents | e8c84b81fa04 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/lm-sensors/receipt Wed Jul 06 12:08:46 2016 +0200 1.2 +++ b/lm-sensors/receipt Fri Nov 30 15:12:24 2018 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|uname -m|echo i486|' Makefile 1.8 sed -i 's|/man|/share&|' Makefile 1.9 patch -p0 < $stuff/linux-3.0.patch && 1.10 make PREFIX=/usr PROG_EXTRA=sensord DESTDIR=$DESTDIR install 2>&1 | \