mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 02:29:16 +08:00
avahi: Changed the target file for the patch
Fixed the affected issue in the latest commit daemon.err avahi-daemon[xxx]: mkdir("/run/avahi-daemon/"): No such file or directory Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
parent
ffca837f0b
commit
4274f335e7
@ -1,11 +1,11 @@
|
|||||||
--- a/configure
|
--- a/configure.ac
|
||||||
+++ b/configure
|
+++ b/configure.ac
|
||||||
@@ -24638,7 +24638,7 @@ _ACEOF
|
@@ -1004,7 +1004,7 @@ AC_DEFINE_UNQUOTED(AVAHI_AUTOIPD_GROUP,"
|
||||||
#
|
#
|
||||||
# Avahi runtime dir
|
# Avahi runtime dir
|
||||||
#
|
#
|
||||||
-avahi_runtime_dir="/run"
|
-avahi_runtime_dir="/run"
|
||||||
+avahi_runtime_dir="${localstatedir}/run"
|
+avahi_runtime_dir="${localstatedir}/run"
|
||||||
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
||||||
|
AC_SUBST(avahi_runtime_dir)
|
||||||
|
AC_SUBST(avahi_socket)
|
||||||
|
Loading…
Reference in New Issue
Block a user