From 1f523ed3f4a424649d03eb9a152bc1efd752c8e3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 29 Nov 2007 13:19:55 +0000 Subject: [PATCH] build-prepared release file has moved one step up --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0