debian: fix *.mo cleaning in debian/rules

This commit is contained in:
Jérôme Schneider 2013-05-03 09:31:40 +02:00
parent c47db6095f
commit b98ed5c0f6
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -18,7 +18,7 @@ clean:
dh_testroot
rm -f build-stamp
cd po && rm -f *.mo
rm -f po/*.mo
python setup.py clean
rm -rf build