wok diff squid-custom-errors/receipt @ rev 9674
Fixed python-pyxml. The sed way had a error unmatch /. So i'm using the real patch from archlinux.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 03 04:53:22 2011 +0000 (2011-05-03) |
parents | b1c161e563ff |
children | da3aa8fae023 |
line diff
1.1 --- a/squid-custom-errors/receipt Thu Mar 03 22:35:38 2011 +0100 1.2 +++ b/squid-custom-errors/receipt Tue May 03 04:53:22 2011 +0000 1.3 @@ -13,7 +13,8 @@ 1.4 compile_rules() 1.5 { 1.6 tar xvzf stuff/$TARBALL 1.7 - cp -a fr wwwroot $DESTDIR 1.8 + mkdir -p $DESTDIR 1.9 + cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.