summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-22 22:40:29 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-22 22:40:29 +0000
commitc2262b1877576873d0ca52427eb8a0f2175cff64 (patch)
tree830ab9e00bb7786299d10ab7d8bfe69f225df237 /dists
parent25f42278aa3e8e7b40da46a98ed3b58ae80542e8 (diff)
Minor build system changes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@988 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r--dists/rpm/ledgersmb.spec2
-rw-r--r--dists/source/build.sh4
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";