wok diff net-tools/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents 3765f181a6d5
children 9dbba587fe4e
line diff
     1.1 --- a/net-tools/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/net-tools/receipt	Thu Oct 05 23:51:00 2017 +0300
     1.3 @@ -27,7 +27,7 @@
     1.4  	done > config.h 2> config.make
     1.5  	sed -i 's/default:/&;/' hostname.c lib/inet_sr.c
     1.6  	sed -i '/"usage/,/10baseT/s/.*/&\\n\\/' mii-tool.c
     1.7 -	make &&
     1.8 +	make -j 1 &&
     1.9  	make BASEDIR=$DESTDIR install
    1.10  }
    1.11