From c2262b1877576873d0ca52427eb8a0f2175cff64 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 22 Mar 2007 22:40:29 +0000 Subject: 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 --- dists/rpm/ledgersmb.spec | 2 +- 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"; -- cgit v1.2.3