X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fetc%2FMakefile.am;h=adb7999022aeabcba3fa6acc5d9e5c5f791fdcb2;hp=8f50d38e5424e857010342e0c7b3ce59e737afe7;hb=29d737aafe8a1b61687a9b9e910b2d776dfc0203;hpb=fb962146b47be40bd54f1be887ca4b8f4325a273 diff --git a/pppd/plugins/radius/radiusclient/etc/Makefile.am b/pppd/plugins/radius/radiusclient/etc/Makefile.am index 8f50d38..adb7999 100644 --- a/pppd/plugins/radius/radiusclient/etc/Makefile.am +++ b/pppd/plugins/radius/radiusclient/etc/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.3 2002/10/05 04:35:24 fcusack Exp $ +# $Id: Makefile.am,v 1.4 2002/10/05 17:49:00 fcusack Exp $ # # Copyright (C) 1997,1998 Lars Fenneberg # @@ -30,7 +30,7 @@ radiusclient.conf: radiusclient.conf.in install-data-local: realms servers $(mkinstalldirs) $(pkgsysconfdir); \ echo " $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms"; \ - $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms + $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms; \ echo " $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \ $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers