diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/rpm/ledgersmb.spec | 2 | ||||
-rw-r--r-- | dists/source/build.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 564804c0..5b99340a 100644 --- a/dists/rpm/ledgersmb.spec +++ b/dists/rpm/ledgersmb.spec @@ -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/ diff --git a/dists/source/build.sh b/dists/source/build.sh index 67d2bcca..50b2a152 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -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"; |