use lang-cleanup.sh from kit because we will upgrade the release scripts in all branches

This commit is contained in:
Marc Delisle
2006-10-07 13:01:40 +00:00
parent 9ef2fade2a
commit 7f38a684d3

View File

@@ -204,8 +204,7 @@ for kit in $KITS ; do
# Cleanup translations # Cleanup translations
cd phpMyAdmin-$target-$kit cd phpMyAdmin-$target-$kit
# FIXME: maybe this is wrong path, use script from kit? scripts/lang-cleanup.sh $kit
../../scripts/lang-cleanup.sh $kit
cd .. cd ..
# Prepare distributions # Prepare distributions