mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Changed configure/build procedure to allow specified run, tmp and log dirs and avoid early replacement of configure variables in SQL defautl config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3222 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
#
|
||||
|
||||
use strict;
|
||||
@EXTRA_PERL_LIB@
|
||||
use ZoneMinder::ConfigAdmin qw( :data );
|
||||
use lib './scripts/ZoneMinder/lib';
|
||||
use ZoneMinder::ConfigAdmin qw/:data/;
|
||||
|
||||
$| = 1;
|
||||
|
||||
my $config_header = "src/zm_config_defines.h";
|
||||
my $config_sql = "db/zm_create.sql.in";
|
||||
my $config_sql = "db/zm_create.sql";
|
||||
|
||||
generateConfigFiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user