dbus: pre-create /var/run symlink just in case at post-install time.
This commit is contained in:
parent
32af62b5cc
commit
216d0c6aa0
2 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,7 @@ post)
|
|||
[ ! -d etc/dbus-1/session.d ] && install -d etc/dbus-1/session.d
|
||||
chown root:22 ${dbus_launch}
|
||||
chmod 4750 ${dbus_launch}
|
||||
# In case var/run is detected as obsolete create it again.
|
||||
[ ! -h var/run ] && ln -sfr /run var/run
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -4,7 +4,7 @@ _systemd_version=204
|
|||
|
||||
pkgname=dbus
|
||||
version=1.6.16
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Message bus system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue