wok-current diff iftop/receipt @ rev 19702
Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 12:15:09 2017 +0100 (2017-02-14) |
parents | de49f29b101e |
children | 83b97236db32 |
line diff
1.1 --- a/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iftop/receipt Tue Feb 14 12:15:09 2017 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS 1.11 make 1.12 @@ -30,4 +30,3 @@ 1.13 mkdir -p $fs/usr/ 1.14 cp -a $install/usr/sbin $fs/usr 1.15 } 1.16 -