Fix scripts for AutoBuild environment

This commit is contained in:
Jim Norman
2005-10-20 23:34:47 +00:00
parent fa58164574
commit 3fb493d23d
8 changed files with 62 additions and 83 deletions

View File

@@ -13,6 +13,7 @@ INT_BLD_NO=`cat ibuild.txt`
MAJ_BLD_NO=`cat mbuild.txt`
export BLD_NO=$MAJ_SSS_NO.$MIN_SSS_NO.$REV_SSS_NO
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/usr/local/lib/pkgconfig
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]