avahi: fix a stupid typo

Why did I make it?
This commit is contained in:
Xi Ruoyao 2022-08-08 20:10:41 +08:00
parent bc099923a4
commit 87c582ca97
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -168,7 +168,7 @@ return; \
--enable-core-docs \
--with-distro=none \
--with-systemdsystemunitdir=no \
--with-dbus-system-address='unix:path=/run/dbus/systemd_bus_socket' &&
--with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &&
make</userinput></screen>
<screen revision="systemd"><userinput>./configure \
@ -184,7 +184,7 @@ make</userinput></screen>
--disable-qt4 \
--enable-core-docs \
--with-distro=none \
--with-dbus-system-address='unix:path=/run/dbus/systemd_bus_socket' &amp;&amp;
--with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &amp;&amp;
make</userinput></screen>
<para>