Eliminate one double space in kubic's /etc/issue
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000product?expand=0&rev=192
This commit is contained in:
parent
983c53372b
commit
c8fa544c83
@ -86,7 +86,7 @@ openSUSE Tumbleweed Kubic combines the benefits of a rolling
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_sysconfdir}
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/issue.d
|
||||
echo -e "\nWelcome to openSUSE Tumbleweed Kubic (%{_target_cpu}) - Kernel \\\r (\\\l).\n" > %{buildroot}%{_prefix}/lib/issue.d/10-OS
|
||||
echo -e "\nWelcome to openSUSE Tumbleweed Kubic (%{_target_cpu}) - Kernel \\\r (\\\l).\n" > %{buildroot}%{_prefix}/lib/issue.d/10-OS
|
||||
echo -e "\n" > %{buildroot}%{_prefix}/lib/issue.d/90-OS
|
||||
|
||||
touch %{buildroot}%{_sysconfdir}/motd
|
||||
|
@ -51,7 +51,7 @@ ___FLAVOR_PACKAGES___
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_sysconfdir}
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/issue.d
|
||||
echo -e "\nWelcome to ___SUMMARY___ ___BETA_VERSION___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n" > %{buildroot}%{_prefix}/lib/issue.d/10-OS
|
||||
echo -e "\nWelcome to ___SUMMARY___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n" > %{buildroot}%{_prefix}/lib/issue.d/10-OS
|
||||
echo -e "\n" > %{buildroot}%{_prefix}/lib/issue.d/90-OS
|
||||
|
||||
touch %{buildroot}%{_sysconfdir}/motd
|
||||
|
Loading…
Reference in New Issue
Block a user