83
83
# XXX: Shouldn't copy the compiled files at all, but compile them in the jail!
84
84
os.unlink(os.path.join(jail_site_packages, 'conf/conf.pyc'))
86
if os.spawnvp(os.P_WAIT, 'rsync', ['rsync', '-aHAX', '--delete',
86
if os.spawnvp(os.P_WAIT, 'rsync', ['rsync', '-a', '--delete',
87
87
ivle.conf.jail_system_build + '/', ivle.conf.jail_system]) != 0:
88
88
print >> sys.stderr, "Jail copying failed."