mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Path fixes to modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@144 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
cc61d20faa
commit
71e8f92b57
2
makeconf
2
makeconf
@ -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;'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user