diff options
| author | tekimaki <will@tekimaki.com> | 2010-06-22 18:42:59 -0400 |
|---|---|---|
| committer | tekimaki <will@tekimaki.com> | 2010-06-22 18:42:59 -0400 |
| commit | 266e37475d03c2bc68a5111e68b72e35cf72c72b (patch) | |
| tree | 14e179cf0c515b7cdaed3aac6f39e1409119f29c /bitweaver_build.sh | |
| parent | ee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa (diff) | |
| download | install-266e37475d03c2bc68a5111e68b72e35cf72c72b.tar.gz install-266e37475d03c2bc68a5111e68b72e35cf72c72b.tar.bz2 install-266e37475d03c2bc68a5111e68b72e35cf72c72b.zip | |
move config_inc.php to config root dir where all install specific configurations are to be housedPlease enter the commit message for your changes. Lines starting
Diffstat (limited to 'bitweaver_build.sh')
| -rwxr-xr-x | bitweaver_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitweaver_build.sh b/bitweaver_build.sh index 148a507..4f00867 100755 --- a/bitweaver_build.sh +++ b/bitweaver_build.sh @@ -48,7 +48,7 @@ if [ $MODULE = 'bitweaver' ] ; then touch "$BUILDDIR/phpbb/config.php" fi if [ -d "$BUILDDIR/kernel" ] ; then - touch "$BUILDDIR/kernel/config_inc.php" + touch "$BUILDDIR/config/kernel_config.php" fi if [ -d "$BUILDDIR/themes" ] ; then mkdir "$BUILDDIR/themes/force" |
