rev 13067 - kde-extras/semantik/trunk/debian

Peter Eisentraut petere at alioth.debian.org
Tue Dec 30 10:27:44 UTC 2008


Author: petere
Date: 2008-12-30 10:27:43 +0000 (Tue, 30 Dec 2008)
New Revision: 13067

Modified:
   kde-extras/semantik/trunk/debian/rules
Log:
Workaround for buggy installation routine


Modified: kde-extras/semantik/trunk/debian/rules
===================================================================
--- kde-extras/semantik/trunk/debian/rules	2008-12-30 10:06:02 UTC (rev 13066)
+++ kde-extras/semantik/trunk/debian/rules	2008-12-30 10:27:43 UTC (rev 13067)
@@ -26,7 +26,13 @@
 common-install-arch::
 	$(WAF) install --destdir=$(DEB_DESTDIR)
 
+# workaround for buggy installation routine
+binary-post-install/semantik::
+	for f in $(DEB_DESTDIR)/usr/share/locale/*/LC_MESSAGES; do \
+	  [ -f $$f ] && mv $$f $$f.bak && mkdir $$f && mv $$f.bak $$f/semantik.mo; \
+	done
 
+
 clean::
 	rm -f build-stamp
 	-$(WAF) distclean




More information about the pkg-kde-commits mailing list