Skip to content

Commit

Permalink
Merge pull request #125 from yast/fix-fillup-templates-path
Browse files Browse the repository at this point in the history
Fix fillup-templates path
  • Loading branch information
imobachgs committed Nov 29, 2017
2 parents 22d1982 + 40efaac commit e10447d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-tools/aclocal/y2autoconf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ AC_SUBST(scrconfdir)
AC_SUBST(agentdir)
AC_SUBST(desktopdir)
fillupdir_d="/var/adm/fillup-templates"
fillupdir_d="/usr/share/fillup-templates"
AC_ARG_WITH(fillupdir,
AS_HELP_STRING([--with-fillupdir=DIR],
[where to place fillup templates (default $fillupdir_d.]),
Expand Down
2 changes: 1 addition & 1 deletion build-tools/rpm/macros.yast
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%yast_docdir %{_docdir}/%{name}
%yast_logdir %{_localstatedir}/log/YaST2
%yast_vardir %{_localstatedir}/lib/YaST2
%yast_fillupdir %{_localstatedir}/adm/fillup-templates
%yast_fillupdir %{_datadir}/fillup-templates

%yast_execcompdir %{_prefix}/lib/YaST2
%yast_agentdir %{yast_execcompdir}/servers_non_y2
Expand Down
2 changes: 1 addition & 1 deletion build-tools/scripts/y2autoconf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ AC_SUBST(scrconfdir)
AC_SUBST(agentdir)
AC_SUBST(desktopdir)
fillupdir_d="/var/adm/fillup-templates"
fillupdir_d="/usr/share/fillup-templates"
AC_ARG_WITH(fillupdir,
AS_HELP_STRING([--with-fillupdir=DIR],
[where to place fillup templates (default $fillupdir_d.]),
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 29 16:22:16 UTC 2017 - igonzalezsosa@suse.com

- Fix fillup-templates path (bsc#1070408)
- 4.0.1

-------------------------------------------------------------------
Tue Oct 10 09:12:46 UTC 2017 - mvidner@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-devtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-devtools
Version: 4.0.0
Version: 4.0.1
Release: 0
Url: http://github.com/yast/yast-devtools

Expand Down

0 comments on commit e10447d

Please sign in to comment.