wok diff ppp/receipt @ rev 11285

perl-libwww: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 10 14:56:54 2011 +0000 (2011-11-10)
parents 02bbaa9d12ba
children 03063b2a437d
line diff
     1.1 --- a/ppp/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/ppp/receipt	Thu Nov 10 14:56:54 2011 +0000
     1.3 @@ -26,10 +26,9 @@
     1.4  	mkdir -p $fs/usr
     1.5  	cp -a $_pkg/usr/sbin $fs/usr
     1.6  	cp -a $_pkg/usr/lib $fs/usr
     1.7 -	strip -s $fs/usr/lib/pppd/$VERSION/*
     1.8  	# Config files.
     1.9  	mkdir -p $fs/etc/ppp/scripts
    1.10 -	cp stuff/README.scripts $fs/etc/ppp
    1.11 +	cp $stuff/README.scripts $fs/etc/ppp
    1.12  	cp -a $src/etc.ppp/* $fs/etc/ppp
    1.13  	# PPP scripts.
    1.14  	cp -a $src/scripts/ppp-on $fs/etc/ppp/scripts