From: srittau Date: Tue, 1 May 2001 00:03:18 +0000 (+0000) Subject: Use INSTALL_DATA instead of INSTALL to install maccode files. X-Git-Tag: netatalk-1-5-rc1~449 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7eef5f68cb223d3f045caa5867e9b327973551;p=netatalk.git Use INSTALL_DATA instead of INSTALL to install maccode files. --- diff --git a/etc/afpd/nls/Makefile.am b/etc/afpd/nls/Makefile.am index cc9937a9..e8eeff90 100644 --- a/etc/afpd/nls/Makefile.am +++ b/etc/afpd/nls/Makefile.am @@ -14,7 +14,7 @@ CFLAGS = @CFLAGS@ -I$(top_builddir)/include -I$(top_builddir)/sys -I.. install-data-local: makecode ./makecode; \ mkdir -p $(DESTDIR)@CONFIG_DIR@/nls; \ - $(INSTALL) maccode.* $(DESTDIR)@CONFIG_DIR@/nls/ + $(INSTALL_DATA) maccode.* $(DESTDIR)@CONFIG_DIR@/nls/ # # cleanup