systemd: fixed INSTALL, use pycompile_module for -python subpkg.
This commit is contained in:
parent
56fb26bf3e
commit
cd7e67aa6b
3 changed files with 4 additions and 2 deletions
srcpkgs/systemd
|
@ -2,7 +2,7 @@ case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
|
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
|
||||||
systemd-machine-id-setup
|
systemd-machine-id-setup
|
||||||
systemctl enable getty@.service
|
systemctl enable getty@.service || true
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the systemd python bindings."
|
This package contains the systemd python bindings."
|
||||||
|
|
||||||
|
pycompile_module="systemd"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/python*" usr/lib
|
vmove "usr/lib/python*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=191
|
version=191
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
|
|
Loading…
Reference in a new issue