forked from pool/aaa_base
Accepting request 545877 from home:dimstar:Factory
- Fix installation of fillup-templates. - Replace references to /var/adm/fillup-templates with new OBS-URL: https://build.opensuse.org/request/show/545877 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=597
This commit is contained in:
parent
13c524e93a
commit
fb56230291
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 08:44:34 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix installation of fillup-templates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:39:19 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:39:19 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -135,6 +135,11 @@ install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
|
|||||||
# keep as ghost for migration
|
# keep as ghost for migration
|
||||||
touch %buildroot/etc/inittab
|
touch %buildroot/etc/inittab
|
||||||
|
|
||||||
|
%if "%{_fillupdir}" != "/var/adm/fillup-templates"
|
||||||
|
mkdir -p %{buildroot}$(dirname %{_fillupdir})
|
||||||
|
mv %{buildroot}/var/adm/fillup-templates %{buildroot}%{_fillupdir}
|
||||||
|
%endif
|
||||||
|
|
||||||
%pre -f aaa_base.pre
|
%pre -f aaa_base.pre
|
||||||
|
|
||||||
%post -f aaa_base.post
|
%post -f aaa_base.post
|
||||||
|
Loading…
Reference in New Issue
Block a user