summaryrefslogtreecommitdiffstats
path: root/generate-conf-file.pl
diff options
context:
space:
mode:
Diffstat (limited to 'generate-conf-file.pl')
-rwxr-xr-xgenerate-conf-file.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/generate-conf-file.pl b/generate-conf-file.pl
index 97527992..879f5cbc 100755
--- a/generate-conf-file.pl
+++ b/generate-conf-file.pl
@@ -17,6 +17,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
use MDK::Common;
+use lib qw(./lib);
use MDV::Control_Center;
output('mcc.conf', map { s/ /_/g; "ENABLE_$_=yes\n" } sort keys %programs);