tag 424332 patch
thanks

Attached is simple patch solve FTBFS if built twice in a row bug in package.

Cheers,
--
--------------------------------------------------------
Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com
--------------------------------------------------------
--- gnochm-0.9.8-orig/debian/rules	2007-07-25 20:34:48.000000000 +0530
+++ gnochm-0.9.8/debian/rules	2007-07-25 20:33:24.000000000 +0530
@@ -9,6 +9,9 @@
 # Disable mime update during building process
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-mime-update
 
+clean::
+	rm po/*.gmo
+
 install/gnochm::
 	install -m644 debian/gnochm.xpm debian/gnochm/usr/share/pixmaps
 	# To display chm file icon in nautilus, we need move chmfile.png

Reply via email to