mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
systemd: fix os-release perms, enable sysv compat.
This commit is contained in:
parent
2d48c8ab18
commit
ca3dccc833
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=36
|
version=36
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-distro=other --with-rootdir= --localstatedir=/var
|
configure_args="--with-distro=other --with-rootdir= --localstatedir=/var
|
||||||
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
|
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
|
||||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit"
|
--with-sysvinit-path=/etc/init.d --with-sysvrcd-path=/etc/init.d --disable-audit"
|
||||||
short_desc="systemd is a system and service manager for Linux"
|
short_desc="systemd is a system and service manager for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
|
@ -68,7 +68,7 @@ post_install()
|
||||||
done
|
done
|
||||||
vinstall ${FILESDIR}/hostname 644 etc
|
vinstall ${FILESDIR}/hostname 644 etc
|
||||||
vinstall ${FILESDIR}/vconsole.conf 644 etc
|
vinstall ${FILESDIR}/vconsole.conf 644 etc
|
||||||
vinstall ${FILESDIR}/os-release 640 etc
|
vinstall ${FILESDIR}/os-release 644 etc
|
||||||
vinstall ${FILESDIR}/locale.conf 644 etc
|
vinstall ${FILESDIR}/locale.conf 644 etc
|
||||||
|
|
||||||
printf "d /run/console 755 root root\n" > \
|
printf "d /run/console 755 root root\n" > \
|
||||||
|
|
Loading…
Add table
Reference in a new issue