From 90e1688ef09332be00b31278f8d5ee7703ac81b2 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 28 Feb 2006 22:39:00 +0000 Subject: Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton.com, r=timeless, a=justdave. --- checksetup.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index f5cf909d5..4c3997ddb 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -865,6 +865,12 @@ unless (-d $attachdir) { mkdir $attachdir, 0770; } +# ZLL: 2005-08-20 Create extensions/ if it does not already exist: +unless (-d $extensionsdir) { + print "Creating extensions directory ($extensionsdir) ...\n"; + mkdir $extensionsdir, 0770; +} + # 2000-12-14 New graphing system requires a directory to put the graphs in # This code copied from what happens for the data dir above. -- cgit v1.2.3-24-g4f1b