diff options
author | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 18:22:46 +0000 |
---|---|---|
committer | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 18:22:46 +0000 |
commit | 14403d5e8acc5ad65ad682186701cca0e5a128c8 (patch) | |
tree | 8da41a3cd6c328cdfdd712a9046a0a81afbbc96f /source3/po | |
parent | fce47dc67ac9163cae531943d4c186924d855cf3 (diff) | |
download | samba-14403d5e8acc5ad65ad682186701cca0e5a128c8.tar.gz samba-14403d5e8acc5ad65ad682186701cca0e5a128c8.tar.xz samba-14403d5e8acc5ad65ad682186701cca0e5a128c8.zip |
fixed a typo in installman.sh
fixed a problem that source/install-sh is not executable
(This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd)
Diffstat (limited to 'source3/po')
-rw-r--r-- | source3/po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/po/Makefile.in.in b/source3/po/Makefile.in.in index 2006e997439..07fadc91d6a 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@ |