[f23-branch 2/2] makeupdates: Include utils/handle-sshpw

bcl installerbot-noreply at redhat.com
Sat Nov 7 00:24:34 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

Copy it into /usr/sbin/ of the updates.img
---
 scripts/makeupdates | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index b288bc0..d0c32f1 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -343,6 +343,8 @@ def copyUpdatedFiles(tag, updates, cwd, builddir):
             install_to_dir(gitfile, "usr/share/themes/Anaconda/metacity-1")
         elif gitfile.startswith("data/post-scripts/"):
             install_to_dir(gitfile, "usr/share/anaconda/post-scripts")
+        elif gitfile == "utils/handle-sshpw":
+            install_to_dir(gitfile, "usr/sbin")
         elif any(gitfile.endswith(libexec_script) for libexec_script in \
                  ("zramswapon", "zramswapoff", "zram-stats")):
             install_to_dir(gitfile, "usr/libexec/anaconda")


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/0b51f5527085fa0c51e009bf36cef7cc2f1d41fb


More information about the anaconda-patches mailing list