summaryrefslogtreecommitdiffstats
path: root/scripts/makeupdates
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-14 17:57:18 -0400
committerChris Lumens <clumens@redhat.com>2012-08-14 18:21:57 -0400
commit32fafb7f727ab5b9bdb52485dfa40f263896a8fb (patch)
treebb374bb253950f942a211ab2a4dc2c8edf6893ab /scripts/makeupdates
parent55ddc876a8b3379394c678f856a49200d226aac9 (diff)
downloadanaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.tar.gz
anaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.tar.xz
anaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.zip
Allow updating tmux.conf via makeupdates.
Diffstat (limited to 'scripts/makeupdates')
-rwxr-xr-xscripts/makeupdates2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates
index a8ee467a8..8145fb18b 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -154,6 +154,8 @@ def copyUpdatedFiles(tag, updates, cwd):
elif file.endswith('/anaconda-generator'):
# yeah, this should probably be more clever..
install_to_dir(file, "lib/systemd/system-generators")
+ elif file == "data/tmux.conf":
+ install_to_dir(file, "usr/share/anaconda")
elif file == "data/liveinst/liveinst":
install_to_dir(file, "usr/sbin")
elif file == "data/70-anaconda.rules":