The right way (since it's python stuff) is to use
[ ! -d build ] || rm -rf build
at the end of clean:
diff -u update-manager-0.68.debian/debian/rules
update-manager-0.68.debian/debian/rules
--- update-manager-0.68.debian/debian/rules
+++ update-manager-0.68.debian/debian/rules
@@ -15,6 +15,7 @@
if [ $${pofile} = 'po/*.debackup' ]; then break; fi; \
mv $${pofile} $$(echo $${pofile} | sed 's,.debackup$$,,'); \
done
+ [ ! -d build ] || rm -rf build
post-patches::
-for pofile in debian/pos/*.po; do \
Regards,
Sandro
--
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]