debian: fix cleaning *.mo in debian/rules

This commit is contained in:
Jérôme Schneider 2013-05-03 09:34:17 +02:00
parent ef88691226
commit 7aa02cb0e0
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

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