summaryrefslogtreecommitdiffstats
path: root/scripts/makeupdates
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-16 13:07:17 -0400
committerChris Lumens <clumens@redhat.com>2012-08-16 13:07:17 -0400
commit5044d79ed68b71fe5fd3fc355594b1c81819f638 (patch)
treef886cbd955dc4f723c6ed32909568fd97ea718c4 /scripts/makeupdates
parent68c007975d9bc7dd9195fb538aa62b10028c12d4 (diff)
downloadanaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.tar.gz
anaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.tar.xz
anaconda-5044d79ed68b71fe5fd3fc355594b1c81819f638.zip
Remove the data/bootdisk directory tree.
This is all handled by lorax now, and having it in two places is confusing.
Diffstat (limited to 'scripts/makeupdates')
-rwxr-xr-xscripts/makeupdates2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates
index 8145fb18b..0d5cceab5 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -166,7 +166,7 @@ def copyUpdatedFiles(tag, updates, cwd):
fields = file.split('/')
subdir = fields[0]
if subdir in ['po', 'scripts','command-stubs', 'tests',
- 'bootdisk', 'docs', 'fonts', 'utils',
+ 'docs', 'fonts', 'utils',
'liveinst', 'dracut', 'data']:
continue
else: