components/quilt/patches/02-makefile-install.patch
changeset 784 58a46b839538
parent 783 e8713db88509
child 785 50c029682c67
--- a/components/quilt/patches/02-makefile-install.patch	Thu Apr 19 09:22:56 2012 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-(Message quiltdev.in:9)
-
-From:    Dean Roehrich <[email protected]>
-Subject: [Quilt-dev] [patch] Use INSTALL when installing LC_MESSAGES files
-Date:    Wed, 22 Oct 2008 11:14:10 CDT
-To:      [email protected]
-
-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.
-
-Dean
-
-
-Index: Makefile.in
-===================================================================
---- Makefile.in.orig	2008-11-05 14:11:24.269682000 -0600
-+++ Makefile.in	2008-11-05 14:15:59.439693000 -0600
-@@ -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
-