# HG changeset patch # User Pascal Bellard # Date 1299326498 -3600 # Node ID 0a1ea3b2bbded23a51fb8223500cac3c952c8378 # Parent 950857ff1e901f0df27a213858c1c533f63ac632 scim-tables-additional: remove spurrious part of genpkg_rules diff -r 950857ff1e90 -r 0a1ea3b2bbde scim-tables-additional/receipt --- a/scim-tables-additional/receipt Sat Mar 05 12:30:21 2011 +0100 +++ b/scim-tables-additional/receipt Sat Mar 05 13:01:38 2011 +0100 @@ -15,6 +15,7 @@ mkdir -p $fs/usr/share cp -a $_pkg/usr/share/scim $fs/usr/share +if false; then # spurrious things... # Rm ja files. echo -n "Removing all ja files..." for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` @@ -38,4 +39,5 @@ rm -f ${fs}$file done status +fi }