Accepting request 827999 from home:dimstar:Factory
Fix typo, sorry for the nhe noise OBS-URL: https://build.opensuse.org/request/show/827999 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=70
This commit is contained in:
parent
cbac194725
commit
1dc259c327
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 07:03:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix typo in previous commit (%{prefix/lib} ->%{_prefix}/lib).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 15:27:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
2
nbd.spec
2
nbd.spec
@ -87,7 +87,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-server
|
||||
|
||||
# autoload nbd module
|
||||
install -d -m 755 %{buildroot}%{_prefix}/lib/modules-load.d/
|
||||
echo "nbd" > %{buildroot}%{_prefix/lib}/modules-load.d/%{name}.conf
|
||||
echo "nbd" > %{buildroot}%{_prefix}/lib/modules-load.d/%{name}.conf
|
||||
|
||||
#echo "#Port file options" > $RPM_BUILD_ROOT/etc/nbd-server.conf
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/nbd-server
|
||||
|
Loading…
Reference in New Issue
Block a user