wok-current diff balance/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 | 11b5e93cb5f2 |
children | 9d63aadd992a |
line diff
1.1 --- a/balance/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/balance/receipt Fri Nov 30 15:12:24 2018 +0100 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 mkdir -p $install/usr/sbin $install/usr/share/man/man1 2>/dev/null 1.7 - sed 's|/man/|/share/man/|' $src/Makefile 1.8 + sed -i 's|/man/|/share/man/|' $src/Makefile 1.9 1.10 make && 1.11 make DESTDIR=$DESTDIR install