Skip to content

Commit

Permalink
Merge pull request #835 from yast/yupdate
Browse files Browse the repository at this point in the history
Added "yupdate" script
  • Loading branch information
lslezak committed Feb 21, 2020
2 parents 7970f47 + 541d0f7 commit 1ec008a
Show file tree
Hide file tree
Showing 10 changed files with 1,186 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -9,6 +9,7 @@ Yast::Tasks.configuration do |conf|
# TODO: move to src/client and verify if needed
conf.install_locations["control/*.rb"] = Packaging::Configuration::YAST_DIR + "/clients"
conf.install_locations["startup"] = Packaging::Configuration::YAST_LIB_DIR
conf.install_locations["bin/*"] = File.join(Packaging::Configuration::DESTDIR, "/usr/bin/")
end

# safety check - make sure the RNG file is up to date
Expand Down

0 comments on commit 1ec008a

Please sign in to comment.