wok diff backuppc/receipt @ rev 9822
hubbub: fix TARBALL
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 15 04:16:00 2011 +0200 (2011-05-15) |
parents | ed56bd5b4622 |
children | fe7e875f7d99 |
line diff
1.1 --- a/backuppc/receipt Wed Mar 16 10:38:51 2011 +0100 1.2 +++ b/backuppc/receipt Sun May 15 04:16:00 2011 +0200 1.3 @@ -39,7 +39,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 cp -a $_pkg/* $fs 1.7 - cp -a stuff/* $fs 1.8 + cp -a $stuff/* $fs 1.9 sed -i -e "s/''http/'http/;s/min''/min'/" \ 1.10 -e 's/-E -N -d/-E -d/' \ 1.11 -e "s/^\\\$Conf{CgiAdminUsers}.*/\$Conf{CgiAdminUsers} = 'root';/" \