Skip to content

Commit

Permalink
Added FileFromUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Feb 16, 2016
1 parent 8b720a6 commit 82a0d7f
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package/yast2-update.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,13 @@ Use this component if you wish to update your system.
%{yast_clientdir}/rootpart_check_keyboard.rb

%dir %{yast_yncludedir}
%{yast_yncludedir}/update
%dir %{yast_yncludedir}/update
%{yast_yncludedir}/update/rootpart.rb

%dir %{yast_libdir}
%dir %{yast_libdir}/transfer
%{yast_libdir}/transfer/file_from_url.rb

%doc %{yast_docdir}

%files FACTORY
Expand Down
8 changes: 6 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ yncludedir = @yncludedir@/update
ynclude_DATA = \
include/update/rootpart.rb

ylibdir = @ylibdir@/transfer
ylib_DATA = \
lib/transfer/file_from_url.rb

ybin_SCRIPTS = \
bin/update_users_groups \
bin/remove_junk

desktop_DATA = \
desktop/update.desktop

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(ybin_SCRIPTS) $(desktop_DATA)
EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(ylibdir) $(ybin_SCRIPTS) $(desktop_DATA)

include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/Makefile.am.common
Loading

0 comments on commit 82a0d7f

Please sign in to comment.