From a94bed159dce83dc0522298fe717070f27ff7c09 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 29 Jun 2015 20:01:58 +0100 Subject: move mconfig.py --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5e1ad3d..218b2cf 100755 --- a/configure +++ b/configure @@ -1,4 +1,6 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python +import sys, os +sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'script')) import mconfig settings = mconfig.settings_root settings.package_unix_name.value = 'substitute' -- cgit v1.2.3