[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2954] trunk/install_interactive.pl



Revision: 2954
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2954&view=rev
Author:   einhverfr
Date:     2010-03-09 06:44:13 +0000 (Tue, 09 Mar 2010)

Log Message:
-----------
Correcting issue with make target

Modified Paths:
--------------
    trunk/install_interactive.pl

Modified: trunk/install_interactive.pl
===================================================================
--- trunk/install_interactive.pl	2010-03-09 06:30:14 UTC (rev 2953)
+++ trunk/install_interactive.pl	2010-03-09 06:44:13 UTC (rev 2954)
@@ -44,6 +44,6 @@
 print "Gifi (optional): ";
 chomp ($ENV{LSMB_LOAD_GIFI}= <STDIN>);
 
-system('make dbinstall');
+system('make installdb');
 
 1;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.