Skip to content

Commit

Permalink
Merge pull request #5128 from jkonecny12/f39-fix-makeupdates-for-live…
Browse files Browse the repository at this point in the history
…inst

infra: Fix makeupdates script place for liveinst
  • Loading branch information
jkonecny12 authored Sep 6, 2023
2 parents 1820fc1 + c147779 commit 86fb8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeupdates
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def copy_updated_files(tag, updates, cwd, builddir):
elif gitfile.startswith("data/profile.d"):
install_to_dir(gitfile, "etc/anaconda/profile.d")
elif gitfile == "data/liveinst/liveinst":
install_to_dir(gitfile, "usr/sbin")
install_to_dir(gitfile, "usr/bin")
elif gitfile.startswith("data/liveinst/gnome"):
install_to_dir(gitfile, "usr/share/anaconda/gnome")
elif gitfile.startswith("data/pixmaps"):
Expand Down

0 comments on commit 86fb8a9

Please sign in to comment.