systemd: fixed INSTALL, use pycompile_module for -python subpkg.

This commit is contained in:
Juan RP 2012-09-22 16:20:52 +02:00
parent 56fb26bf3e
commit cd7e67aa6b
3 changed files with 4 additions and 2 deletions

View file

@ -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
}