Skip to content

Commit

Permalink
Add zypp_conf.rb file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 12, 2017
1 parent fe031e5 commit e278500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package/yast2-packager.spec
Expand Up @@ -121,9 +121,11 @@ This package contains the libraries and modules for software management.
%dir %{yast_yncludedir}/checkmedia
%dir %{yast_yncludedir}/packager
%dir %{yast_libdir}/packager
%dir %{yast_libdir}/packager/cfa
%{yast_yncludedir}/checkmedia/*
%{yast_yncludedir}/packager/*
%{yast_libdir}/packager/*
%{yast_libdir}/packager/cfa/*
%{yast_clientdir}/*.rb
%{yast_moduledir}/*
%{yast_desktopdir}/*.desktop
Expand Down
6 changes: 5 additions & 1 deletion src/Makefile.am
Expand Up @@ -74,6 +74,10 @@ ylibclientdir = "${yast2dir}/lib/packager/clients"
ylibclient_DATA = \
lib/packager/clients/pkg_finish.rb

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(ynclude1_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(desktop_DATA) $(ylibclient_DATA) $(ylib_DATA)
ylibcfadir = "${yast2dir}/lib/packager/cfa"
ylibcfa_DATA = \
lib/packager/cfa/zypp_conf.rb

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(ynclude1_DATA) $(scrconf_DATA) $(agent_SCRIPTS) $(desktop_DATA) $(ylibclient_DATA) $(ylib_DATA) $(ylibcfa_DATA)

include $(top_srcdir)/Makefile.am.common

0 comments on commit e278500

Please sign in to comment.