1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fixed not to install in *BSD, but perhaps on Solaris, cannot install

This commit is contained in:
Motonobu Takahashi 0001-01-01 00:00:00 +00:00
parent 5ab220efd7
commit a91777fb47

View File

@ -25,7 +25,7 @@ gettextsrcdir = $(prefix)/share/gettext/po
subdir = po
INSTALL = /usr/bin/install -c
INSTALL_DATA = $(SHELL) ${INSTALL} -m 644
INSTALL_DATA = ${INSTALL} -m 644
MKINSTALLDIRS = $(top_srcdir)/script/./mkinstalldirs
CC = gcc
@ -118,7 +118,7 @@ install-data-basic:
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
fi
@catalogs='$(CATALOGS)'; \
catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \