From b44b50103a4cac1b3db4cc333f3a3fdf795a16e9 Mon Sep 17 00:00:00 2001 From: Chris Travers Date: Tue, 9 Mar 2010 06:44:13 +0000 Subject: [PATCH] Correcting issue with make target git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/trunk@2954 4979c152-3d1c-0410-bac9-87ea11338e46 --- install_interactive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_interactive.pl b/install_interactive.pl index ea9dbfc0b2..4d9348050c 100644 --- a/install_interactive.pl +++ b/install_interactive.pl @@ -44,6 +44,6 @@ print "Gifi (optional): "; chomp ($ENV{LSMB_LOAD_GIFI}= ); -system('make dbinstall'); +system('make installdb'); 1;