From fbe5dd01a559d485d79f4b2b252cfcdc333283ac Mon Sep 17 00:00:00 2001 From: SARL ENR 68 Date: Sat, 17 Oct 2015 14:45:02 +0200 Subject: Fix incorrect macro in make_install section - does not generate and install *.mo files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ead5580..d692825 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ install: install -m755 deploy_get_autoinst.pl $(distdir)/usr/sbin/deploy_get_autoinst.pl install -m644 deployd.xinetd $(distdir)/etc/xinetd.d/deployd install -m644 deploy_get_autoinst.xinetd $(distdir)/etc/xinetd.d/deploy_get_autoinst - for d in $(subdirs); do ( cd $$d ; make $@ ) ; done + for d in $(subdir); do ( cd $$d ; make $@ ) ; done -- cgit v1.2.1