mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
build: crit -- Fix install target
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
fb0126fda6
commit
d45116ff8b
@@ -6,6 +6,7 @@ setup(name = "crit",
|
||||
author = "CRIU team",
|
||||
author_email = "criu@openvz.org",
|
||||
url = "https://github.com/xemul/criu",
|
||||
package_dir = {'': "lib"},
|
||||
packages = ["pycriu", "pycriu.images"],
|
||||
scripts = ["crit"]
|
||||
scripts = ["crit/crit"]
|
||||
)
|
||||
|
Reference in New Issue
Block a user