Update Debian configuration to JMC version 0.3 beta 1

darcs-hash:20080308212804-86b55-332f775f5085342861869ed1afc14212b9b3cb93.gz
This commit is contained in:
David Rousselie
2008-03-08 22:28:04 +01:00
parent 470644bd24
commit d4de07becc
4 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,8 @@ email accounts.""",
test_suite='jmc.tests.suite',
install_requires=["jcl==0.1b1"])
if len(sys.argv) >= 2 and sys.argv[1] == "install":
if len(sys.argv) >= 2 and sys.argv[1] == "install" \
and not "--single-version-externally-managed" in sys.argv:
os.makedirs(config_dir)
shutil.copy("conf/jmc.conf", config_dir)
runner_file = open("src/jmc/runner.py")