summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-20 10:19:43 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-20 17:49:07 -1000
commit29701147ff691c168dbef8682ef3ed6a811819ad (patch)
treeb8754c0919b4d117d5660e9eb2f064b9071dd90d /Makefile
parent49bc0ee23e0e827b79f141575fe1bddc1a50926f (diff)
downloadanaconda-29701147ff691c168dbef8682ef3ed6a811819ad.tar.gz
anaconda-29701147ff691c168dbef8682ef3ed6a811819ad.tar.xz
anaconda-29701147ff691c168dbef8682ef3ed6a811819ad.zip
Do not include .h and .sh files in updates.img
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2555181f6..d5fa03241 100644
--- a/Makefile
+++ b/Makefile
@@ -185,6 +185,7 @@ updates:
fi ; \
git diff --stat $(ARCHIVE_TAG) | grep " | " | \
grep -v "\.spec" | grep -v "Makefile" | grep -v "\.c\ " | \
+ grep -v "\.h" | grep -v "\.sh" | \
while read sourcefile stuff ; do \
dn="$$(echo $$sourcefile | cut -d '/' -f 1)" ; \
case $$dn in \