From fc3132056be7a1482e1e1c841bba679ecfcb9c50 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 16 Jun 2013 21:59:52 -0400 Subject: build: Don't install examples/Makefile*. --- diff --git a/build b/build index 95e15f0..9d8861e 100755 --- a/build +++ b/build @@ -12,6 +12,7 @@ install: build rm -f dest/usr/share/info/dir mkdir -p dest/usr/share/doc/m4/examples cp -p src/examples/* dest/usr/share/doc/m4/examples + rm -f dest/usr/share/doc/m4/examples/Makefile* oh-fixperms oh-strip oh-installfiles -- cgit v0.9.1