diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-26 10:47:19 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-26 10:47:19 +0200 |
| commit | dd3fbec4f2bb0ecbf237b058f85175c5d0befce9 (patch) | |
| tree | e00d94e7c77b45f8ac9792a9c80a68e2a2391d7c /DistUpgrade/build-tarball.sh | |
| parent | 4de7b5c16a98fcc5e6d9ff4d32ca289c44a5192b (diff) | |
| parent | 90a9b9f0faf09a401693f7cfcbd362ff62559929 (diff) | |
| download | python-apt-dd3fbec4f2bb0ecbf237b058f85175c5d0befce9.tar.gz | |
* merge with mvo
Diffstat (limited to 'DistUpgrade/build-tarball.sh')
| -rwxr-xr-x | DistUpgrade/build-tarball.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh index 4f88b848..df9d6506 100755 --- a/DistUpgrade/build-tarball.sh +++ b/DistUpgrade/build-tarball.sh @@ -3,7 +3,10 @@ DIST=edgy # cleanup +echo "Cleaning up" rm -f *~ *.bak *.pyc *.moved '#'* +sudo rm -rf backports/ profile/ result/ tarball/ *.deb + # update po (cd ../po; make update-po) |
