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

SF.net SVN: ledger-smb: [988] branches/1.2/dists



Revision: 988
          http://svn.sourceforge.net/ledger-smb/?rev=988&view=rev
Author:   einhverfr
Date:     2007-03-22 15:40:29 -0700 (Thu, 22 Mar 2007)

Log Message:
-----------
Minor build system changes

Modified Paths:
--------------
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-03-22 22:24:23 UTC (rev 987)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-03-22 22:40:29 UTC (rev 988)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledger-smb
-Version: 1.2.0-rc5
+Version: 1.2.0rc5
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2007-03-22 22:24:23 UTC (rev 987)
+++ branches/1.2/dists/source/build.sh	2007-03-22 22:40:29 UTC (rev 988)
@@ -4,9 +4,9 @@
 
 if test -n "$1" # Arguments are presented.  set up argument list and related
 then
-   $pgdoc = "postgresql_autodoc -U $1 -d $2"
+   pgdoc="postgresql_autodoc -U $1 -d $2"
 else
-   $pgdoc = "true";
+   pgdoc="true";
 fi
 
 version="1.2.0-rc5";


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