wok diff ntpclient/receipt @ rev 9467
Fix receipts that remove lines that removed .pyc and .pyo files. Tazwok does that now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 14:11:25 2011 +0000 (2011-04-03) |
parents | fdc7f9d423dd |
children | 02bbaa9d12ba |
line diff
1.1 --- a/ntpclient/receipt Sat Oct 23 12:53:58 2010 +0200 1.2 +++ b/ntpclient/receipt Sun Apr 03 14:11:25 2011 +0000 1.3 @@ -13,7 +13,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src=$PACKAGE-2007 1.8 cd $src 1.9 1.10 # disable debug 1.11 @@ -23,17 +22,10 @@ 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 -{ 1.16 - src=$PACKAGE-2007 1.17 +{ 1.18 mkdir -p $fs/usr/bin 1.19 cp -a $src/ntpclient $fs/usr/bin 1.20 strip -s $fs/usr/bin/* 1.21 -} 1.22 - 1.23 - 1.24 -clen_rules() 1.25 -{ 1.26 - rm -rf $PWD/$PACKAGE 1.27 } 1.28 1.29 post_install()