Skip to content

Commit

Permalink
Add FileFromUrl from yast2-update
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 14, 2016
1 parent 2514c4a commit 19a4549
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ desktop_DATA = \
fillup_DATA = \
fillup/sysconfig.security-checksig

ylibdir = "${yast2dir}/lib/installation"
ylibdir = "${yast2dir}/lib"
ylib_DATA = \
lib/installation/cio_ignore.rb \
lib/installation/copy_logs_finish.rb \
Expand All @@ -113,7 +113,8 @@ ylib_DATA = \
lib/installation/proposal_store.rb \
lib/installation/remote_finish_client.rb \
lib/installation/select_system_role.rb \
lib/installation/snapshots_finish.rb
lib/installation/snapshots_finish.rb \
lib/transfer/file_from_url.rb

ylibclientdir = "${yast2dir}/lib/installation/clients"
ylibclient_DATA = \
Expand Down

0 comments on commit 19a4549

Please sign in to comment.