summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2008-01-09 15:16:33 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-01-09 15:16:33 +0000
commit19c3b5a5e588a7e6574159be372a464239874132 (patch)
tree6367a8587ddaa79b61bc56d3b416f6476ff87e55
parentaa07f877e527079eeda16ee5db3a69ae007937da (diff)
downloadpango-19c3b5a5e588a7e6574159be372a464239874132.tar.gz
Use install -D to install pango.aliases.win32 to ensure that the
2008-01-09 Juerg Billeter <j@bitron.ch> * Makefile.am: Use install -D to install pango.aliases.win32 to ensure that the destination directory exists svn path=/branches/pango-1-18/; revision=2539
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ab1f5a9..2fa19313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-09 Jürg Billeter <j@bitron.ch>
+
+ * Makefile.am: Use install -D to install pango.aliases.win32 to
+ ensure that the destination directory exists
+
2008-01-07 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.18.4 ===
diff --git a/Makefile.am b/Makefile.am
index 38782815..d0a15058 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,7 @@ endif
if OS_WIN32
install-data-local: pango.aliases.win32
- $(INSTALL) $(srcdir)/pango.aliases.win32 $(DESTDIR)$(sysconfdir)/pango/pango.aliases
+ $(INSTALL) -D $(srcdir)/pango.aliases.win32 $(DESTDIR)$(sysconfdir)/pango/pango.aliases
endif
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-doc-cross-references