diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-08-14 17:57:18 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-08-14 18:21:57 -0400 |
| commit | 32fafb7f727ab5b9bdb52485dfa40f263896a8fb (patch) | |
| tree | bb374bb253950f942a211ab2a4dc2c8edf6893ab /scripts/makeupdates | |
| parent | 55ddc876a8b3379394c678f856a49200d226aac9 (diff) | |
| download | anaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.tar.gz anaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.tar.xz anaconda-32fafb7f727ab5b9bdb52485dfa40f263896a8fb.zip | |
Allow updating tmux.conf via makeupdates.
Diffstat (limited to 'scripts/makeupdates')
| -rwxr-xr-x | scripts/makeupdates | 2 |
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": |
