tag 442755 patch
thanks
Hi,
Possible simple patch is attached.
Thanks.
--
Cheers,
Kartik Mistry | 0xD1028C8D | IRC: kart_
Blogs: {ftbfs,kartikm}.wordpress.com
--- update-manager-0.68.debian-orig/debian/rules 2008-04-18 18:52:27.000000000 +0530
+++ update-manager-0.68.debian/debian/rules 2008-04-18 18:38:17.000000000 +0530
@@ -10,7 +10,7 @@
#include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
clean::
- -find po/mo -name \*mo -exec rm {} \;
+ -find . -name \*mo -exec rm {} \;
-for pofile in po/*.debackup; do \
if [ $${pofile} = 'po/*.debackup' ]; then break; fi; \
mv $${pofile} $$(echo $${pofile} | sed 's,.debackup$$,,'); \