diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-24 08:35:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-24 08:35:18 +0000 |
commit | 71e8f92b57c9a8f5fd332babac035cd70acdaa86 (patch) | |
tree | b67ee3ba9f51227164da5cf981d8f5449447d926 /makeconf | |
parent | cc61d20faae9a29422d34a367db9ac54d8de3d0e (diff) |
Path fixes to modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@144 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'makeconf')
-rwxr-xr-x | makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ echo "" echo "The Following Modules are avaliable:" echo "" MODLINE="" -for module in m_*.cpp ; do +for module in src/modules/*.cpp ; do mod=`perl -e '$a='$module';print substr($a,0,length($a)-3)'` dmod=`perl -e '$a="'$mod.so'";while (length($a)<30) { $a = "$a ";}; print $a;'` desc=`perl -e 'open (F, "<'$module'");local($/)=undef;$blah=<F>;$blah=~/\$ModDesc(.*)\*\//;print substr($1,13,length($1));close F;'` |