summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-03 11:13:17 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-03 11:13:17 +0200
commitc6c1a17f269ed651e4165cd2277a2947ee6e1883 (patch)
tree2cac97661be265558c57a8f3a9a44c79ec80f2bb /DistUpgrade
parent61988fdcff46cb139d2258d75fa06d522b2842cc (diff)
downloadpython-apt-c6c1a17f269ed651e4165cd2277a2947ee6e1883.tar.gz
* DistUpgrade/build-tarball.sh: fixed clean target
* po/*: latest rosetta translations merged
Diffstat (limited to 'DistUpgrade')
-rwxr-xr-xDistUpgrade/build-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh
index 9f01b87c..a30e40a0 100755
--- a/DistUpgrade/build-tarball.sh
+++ b/DistUpgrade/build-tarball.sh
@@ -3,7 +3,7 @@
DIST=dapper
# cleanup
-rm -f *~ *.bak *.pyc
+rm -f *~ *.bak *.pyc *.moved '#'*
# update po
(cd ../po; make update-po)