[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3788] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3788] branches/1.3
- From: ..hidden..
- Date: Sun, 02 Oct 2011 15:21:46 +0000
Revision: 3788
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3788&view=rev
Author: einhverfr
Date: 2011-10-02 15:21:46 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
Correcting bug in install.sh reported by Frans van der Star
Modified Paths:
--------------
branches/1.3/install.sh
branches/1.3/templates/demo/invoice.tex
Modified: branches/1.3/install.sh
===================================================================
--- branches/1.3/install.sh 2011-10-01 21:59:54 UTC (rev 3787)
+++ branches/1.3/install.sh 2011-10-02 15:21:46 UTC (rev 3788)
@@ -12,7 +12,7 @@
echo "Configuring Apache"
-sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf
+sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf.template
echo "Which user does your web server run as?"
read username
Modified: branches/1.3/templates/demo/invoice.tex
===================================================================
--- branches/1.3/templates/demo/invoice.tex 2011-10-01 21:59:54 UTC (rev 3787)
+++ branches/1.3/templates/demo/invoice.tex 2011-10-02 15:21:46 UTC (rev 3788)
@@ -42,10 +42,8 @@
<?lsmb address2 ?>
<?lsmb city ?>
-<?lsmb IF state ?>
-\hspace{-0.1cm}, <?lsmb state ?>
-<?lsmb END ?>
-<?lsmb zipcode ?>
+<?lsmb IF state -?>
+\hspace{-0.1cm}, <?lsmb state ?> <?lsmb END ?> %<?lsmb zipcode ?>
<?lsmb country ?>
@@ -77,10 +75,10 @@
<?lsmb shiptoaddress2 ?>
<?lsmb shiptocity ?>
-<?lsmb IF shiptostate ?>
+<?lsmb IF shiptostate -?>
\hspace{-0.1cm}, <?lsmb shiptostate ?>
<?lsmb END ?>
-<?lsmb shiptozipcode ?>
+%<?lsmb shiptozipcode ?>
<?lsmb shiptocountry ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.