]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
add internal cmdhandler that will make it easy to move stuff out of core and into...
[user/henk/code/inspircd.git] / configure
index ef0142738009665a4fa86750efd731d77080165e..ea47dd721ac1b4a4b2dabc2148fdbdaf93175919 100755 (executable)
--- a/configure
+++ b/configure
@@ -1567,7 +1567,7 @@ m_$i.so: m_$i.cpp ../../include/modules.h ../../include/users.h ../../include/ch
        \$(CC) -pipe \$(FLAGS) -shared $liflags -o m_$i.so m_$i.o $extra
 
 EOCHEESE
-       $crud = $crud . "       install -m 0700 m_$i.so \$(MODPATH)\n";
+       $crud = $crud . "       install -m \$(INSTMODE) m_$i.so \$(MODPATH)\n";
 ###
        # End Write Entry to the MakeFile
        ###