move /var/adm/fillup-templates/sysconfig.displaymanager
to %_fillupdir on TW and sle15/Leap 15 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=158
This commit is contained in:
8
xdm.spec
8
xdm.spec
@@ -147,9 +147,13 @@ pushd %{buildroot}
|
||||
tar xf %{SOURCE1}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
patch -p1 < %{PATCH2}
|
||||
mv %{buildroot}/var/adm/fillup-templates \
|
||||
%{buildroot}/usr/share/fillup-templates
|
||||
%endif
|
||||
%if "%{_fillupdir}" != "/var/adm/fillup-templates"
|
||||
mkdir -p %{buildroot}$(dirname %{_fillupdir})
|
||||
mv %{buildroot}/var/adm/fillup-templates \
|
||||
%{buildroot}$(dirname %{_fillupdir})
|
||||
%endif
|
||||
|
||||
%if %dm_fallbacks
|
||||
tar xf %{SOURCE3}
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user