summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--quilt.changes8
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index cfb4aca..4787464 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -426,8 +426,8 @@ ifeq ($(USE_NLS),yes)
install-main ::
for lang in $(LINGUAS) ; do \
dir=$(BUILD_ROOT)$(localedir)/$$lang/LC_MESSAGES; \
- install -d $$dir; \
- install -m 644 po/$$lang.mo \
+ $(INSTALL) -d $$dir; \
+ $(INSTALL) -m 644 po/$$lang.mo \
$$dir/quilt.mo ; \
done
diff --git a/quilt.changes b/quilt.changes
index f7e690c..6771e19 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Sun Nov 2 17:54:51 CET 2008 - agruen@suse.de
+
+- Fix from Dean Roehrich <Dean.Roehrich@sun.com> for Solaris:
+ "I ran into a case solaris ON build 99 where configure found
+ ginstall, but the Makefile.in used something else, and that
+ led to things going a bit haywire."
+
+-------------------------------------------------------------------
Sun Nov 2 17:48:40 CET 2008 - agruen@suse.de
- Add a dual BSD/GPL license header to test/run.