makeupdates: install liveinst to /usr/sbin
On 03/27/2012 01:21 PM, Brian C. Lane wrote:
From: "Brian C. Lane"<bcl@redhat.com>
The liveinst script can now be updated by an updates.img
---
scripts/makeupdates | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/scripts/makeupdates b/scripts/makeupdates
index b793e62..cf81940 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -146,6 +146,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/liveinst/liveinst":
+ install_to_dir(file, "usr/sbin")
elif file.find('/') != -1:
fields = file.split('/')
subdir = fields[0]
This looks good to me.
--
Peter
Sanity's just a one trick pony anyway. You only get one trick -- rational
thinking -- but when you're good and crazy, the sky's the limit!
-- The Tick
01234567890123456789012345678901234567890123456789 012345678901234567890123456789
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|