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