wok rev 9117
scim-tables-additional: remove spurrious part of genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 05 13:01:38 2011 +0100 (2011-03-05) |
parents | 950857ff1e90 |
children | 52057bfe161b |
files | scim-tables-additional/receipt |
line diff
1.1 --- a/scim-tables-additional/receipt Sat Mar 05 12:30:21 2011 +0100 1.2 +++ b/scim-tables-additional/receipt Sat Mar 05 13:01:38 2011 +0100 1.3 @@ -15,6 +15,7 @@ 1.4 mkdir -p $fs/usr/share 1.5 cp -a $_pkg/usr/share/scim $fs/usr/share 1.6 1.7 +if false; then # spurrious things... 1.8 # Rm ja files. 1.9 echo -n "Removing all ja files..." 1.10 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` 1.11 @@ -38,4 +39,5 @@ 1.12 rm -f ${fs}$file 1.13 done 1.14 status 1.15 +fi 1.16 }