[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/3.0.2+dfsg-3-8-g4169974

Jo Shields directhex at apebox.org
Fri Jun 22 19:40:48 UTC 2012


The following commit has been merged in the master branch:
commit 15dbfb9aabd3afd190c9e87ab0f170caa6bdd87b
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jun 22 17:29:42 2012 +0100

    Fix install location for MonoDevelop.Gettext.dll.config.

diff --git a/debian/rules b/debian/rules
index ce7ed47..2d3e7c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_install:
 	dh_auto_install
 	# install missing DLL maps
 	cp debian/MonoDevelop.SourceEditor.dll.config debian/tmp/usr/lib/monodevelop/AddIns/
-	cp debian/MonoDevelop.Gettext.dll.config debian/tmp/usr/lib/monodevelop/AddIns/MonoDevelop.Gettext/
+	cp debian/MonoDevelop.Gettext.dll.config debian/tmp/usr/lib/monodevelop/AddIns/DisplayBindings/MonoDevelop.Gettext/
 	# fix permissions of .mo files
 	cd $(CURDIR)/debian/tmp/usr/share/locale && find -name "*.mo" -exec chmod -x {} \;
 

-- 
monodevelop



More information about the Pkg-cli-apps-commits mailing list