~ubuntu-branches/ubuntu/trusty/mono-addins/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/automake_1.11.2_pkglibdir_workaround.patch

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-01-23 01:12:31 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120123011231-skrq2l8fpsxfou38
Tags: 0.6.2-2
* [187e884] Correct order of dh arguments
* [c8a1da2] Update debian/rules for DH8-compatible "--with cli"
* [a797178] Add a workaround for Autpmake 1.11.2's insistance 
  that you can't store SCRIPTS in pkglibdir
* [32bd46f] Add patch from Iain Lane to use the correct version 
  of Microsoft.Build.Utilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: mono-addins/mautil/Makefile.am
 
2
===================================================================
 
3
--- mono-addins.orig/mautil/Makefile.am 2012-01-23 01:07:13.000000000 +0000
 
4
+++ mono-addins/mautil/Makefile.am      2012-01-23 01:07:33.000000000 +0000
 
5
@@ -36,8 +36,8 @@
 
6
 
 
7
 include $(top_srcdir)/Makefile.include
 
8
 
 
9
-pkglibdir = $(libdir)/mono/mono-addins
 
10
-pkglib_SCRIPTS = $(ASSEMBLY) $(build_datafiles)
 
11
+programfilesdir = $(libdir)/mono/mono-addins
 
12
+programfiles_SCRIPTS = $(ASSEMBLY) $(build_datafiles)
 
13
 
 
14
 man_MANS = mautil.1
 
15
 EXTRA_DIST += $(man_MANS)