From: Thierry Parmentelat Date: Thu, 29 Nov 2007 13:19:55 +0000 (+0000) Subject: build-prepared release file has moved one step up X-Git-Tag: myplc-4.0-15~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1f523ed3f4a424649d03eb9a152bc1efd752c8e3;p=myplc.git build-prepared release file has moved one step up --- diff --git a/build.sh b/build.sh index 442de0c..e7d546d 100755 --- a/build.sh +++ b/build.sh @@ -94,8 +94,8 @@ chroot root sh -c 'chkconfig --add plc; chkconfig plc on' ### Thierry Parmentelat - april 16 2007 # fetch the release stamp from the build if any # I could not come up with any more sensitive scheme -if [ -f ../../../SOURCES/myplc-release ] ; then - cp ../../../SOURCES/myplc-release myplc-release +if [ -f ../../../myplc-release ] ; then + cp ../../../myplc-release myplc-release else echo "No build information found in ../.." > myplc-release fi