From 14403d5e8acc5ad65ad682186701cca0e5a128c8 Mon Sep 17 00:00:00 2001 From: Motonobu Takahashi Date: Mon, 24 Sep 2001 18:22:46 +0000 Subject: fixed a typo in installman.sh fixed a problem that source/install-sh is not executable (This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd) --- source3/po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/po/Makefile.in.in') diff --git a/source3/po/Makefile.in.in b/source3/po/Makefile.in.in index 2006e99743..07fadc91d6 100644 --- a/source3/po/Makefile.in.in +++ b/source3/po/Makefile.in.in @@ -25,7 +25,7 @@ gettextsrcdir = $(prefix)/share/gettext/po subdir = po INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ +INSTALL_DATA = $(SHELL) @INSTALL_DATA@ MKINSTALLDIRS = $(top_srcdir)/script/@MKINSTALLDIRS@ CC = @CC@ -- cgit