]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2804] more cleanup to install-local-data
authorHarlan Stenn <stenn@ntp.org>
Sat, 25 Apr 2015 02:46:50 +0000 (22:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 25 Apr 2015 02:46:50 +0000 (22:46 -0400)
bk: 553b001aYtuFOXa7_9iKktslbOcLpQ

Makefile.am

index a93b18bfe7203110c45b15e91db06d2f916bbeea..ae96c0094137cc9622203f19d339f7f4ab59564f 100644 (file)
@@ -117,7 +117,7 @@ install-data-local:
                for i in `find html -type d | grep -v SCCS` ; \
                do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done )
        ( cd $(srcdir) && \
-               for i in `find html -name SCCS -prune -o -type f` ; \
+               for i in `find html -type f | grep -v SCCS` ; \
                do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done )
 
 uninstall-local: