Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mautil/ChangeLog4
-rw-r--r--mautil/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/mautil/ChangeLog b/mautil/ChangeLog
index 5ecd8e5..42b68cc 100644
--- a/mautil/ChangeLog
+++ b/mautil/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-15 Wade Berrier <wberrier@novell.com>
+
+ * Makefile.am: install path for mautil.exe doesn't need DESTDIR (somehow...?)
+
2007-12-15 Lluis Sanchez Gual <lluis@novell.com>
* mautil.in, Makefile.am: Install mautil in /usr/lib/mono/mono-addins.
diff --git a/mautil/Makefile.am b/mautil/Makefile.am
index a99d21f..7a594d5 100644
--- a/mautil/Makefile.am
+++ b/mautil/Makefile.am
@@ -34,5 +34,5 @@ $(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafil
include $(top_srcdir)/Makefile.include
-pkglibdir = $(DESTDIR)$(prefix)/lib/mono/mono-addins
+pkglibdir = $(prefix)/lib/mono/mono-addins
pkglib_SCRIPTS = $(ASSEMBLY) $(build_datafiles)