]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
chmod a+x config.charset.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Mar 2001 13:32:36 +0000 (13:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Mar 2001 13:32:36 +0000 (13:32 +0000)
intl/ChangeLog
intl/Makefile.in

index f17d55129f076a9497b3a2c6422f9234728d39d8..82cb9077f04ac4175bd1be4b606dfefe193485d5 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-25  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in (install-data): Set execution bits on installed
+       config.charset.
+
 2001-03-23  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in (YACC): Use @INTLBISON@ instead of bison.
index d2573dc0978f60cb342a07675e240e1a18cb4417..4786e9bf9fedab2e859d90dc7412f1c403fbbd8a 100644 (file)
@@ -182,6 +182,7 @@ install-data: all
            $(INSTALL_DATA) $(srcdir)/$$file \
                            $(DESTDIR)$(gettextsrcdir)/$$file; \
          done; \
+         chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \
          dists="$(DISTFILES.obsolete)"; \
          for file in $$dists; do \
            rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \