quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch] Use INSTALL when installing LC_MESSAGES files


From: Dean Roehrich
Subject: [Quilt-dev] [patch] Use INSTALL when installing LC_MESSAGES files
Date: Wed, 22 Oct 2008 11:14:10 -0500
User-agent: Mutt/1.5.9i

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: quilt20081022/Makefile.in
===================================================================
--- quilt20081022.orig/Makefile.in      2008-10-22 11:04:23.000000000 -0500
+++ quilt20081022/Makefile.in   2008-10-22 11:05:09.575609000 -0500
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]