Change "module" to "plugin".
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 02:02:36 +0000 (19:02 -0700)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 02:02:36 +0000 (19:02 -0700)
src/Setup.sh

index 197328bd3e15064fcd892c642da94747a09c5bae..538b9ff9d139a908a8ef16020459a067628360f7 100755 (executable)
@@ -76,7 +76,7 @@ fi
 . etc/functions.sh
 
 INSTALLED_SUBDIRS="cref ffi sf sos ssp star-parser xml"
-MODULE_SUBDIRS="blowfish edwin gdbm imail pgsql mcrypt x11 x11-screen"
+PLUGIN_SUBDIRS="blowfish edwin gdbm imail pgsql mcrypt x11 x11-screen"
 OTHER_SUBDIRS="6001 compiler runtime win32 xdoc microcode"
 
 # lib
@@ -108,7 +108,7 @@ for SUBDIR in ${INSTALLED_SUBDIRS} ${OTHER_SUBDIRS}; do
     (cd ${SUBDIR} && ./Setup.sh ${1+"$@"})
 done
 
-for SUBDIR in ${MODULE_SUBDIRS}; do
+for SUBDIR in ${PLUGIN_SUBDIRS}; do
     echo "setting up ${SUBDIR}"
     (cd ${SUBDIR} && ./autogen.sh)
 done