Commit 814e91da authored by Viktor Horvath's avatar Viktor Horvath

Mioga compiles! A post-make-hook saves the "var/lib/mioga2"

directory from the build path to the "location".
parent cc2c72ff
# import fnmatch
import os
import shutil
# import pprint
def post_make_hook(options, buildout):
location = options['location']
print "Mioga - postmakehook"
print "We are currently in", os.getcwd()
shutil.move("var", location)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment