Index: dialup_admin/Makefile =================================================================== RCS file: /source/radiusd/dialup_admin/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- dialup_admin/Makefile 19 Aug 2007 22:32:59 -0000 1.2 +++ dialup_admin/Makefile 11 Oct 2007 22:26:45 -0000 @@ -18,9 +18,9 @@ install -d -m 0755 $(R)/$(DIALUP_CONFDIR) install -d -m 0755 $(R)/$(DIALUP_PREFIX)/bin find doc Changelog README -name CVS -prune -o -type f -print0 | \ - xargs -0 install -m 0644 -t $(R)/$(DIALUP_DOCDIR) + xargs -0 -I % install -m 0644 % $(R)/$(DIALUP_DOCDIR) find conf -name CVS -prune -o -type f -print0 | \ - xargs -0 install -m 0644 -t $(R)/$(DIALUP_CONFDIR) + xargs -0 -I % install -m 0644 % $(R)/$(DIALUP_CONFDIR) find htdocs html lib sql -name CVS -prune -o -print | \ while read file; do \ if [ -d "$$file" ]; then \