wok-6.x diff ppp/receipt @ rev 10745
hostapd: Fix receipt (missing $stuff)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 30 11:00:41 2011 +0200 (2011-05-30) |
parents | 02bbaa9d12ba |
children | 03063b2a437d |
line diff
1.1 --- a/ppp/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/ppp/receipt Mon May 30 11:00:41 2011 +0200 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