fix previous commit (again)

pull/30/head
Sebastien Bourdeauducq 2019-11-14 18:33:00 +08:00
parent fe805ffa93
commit 6c6ad630f9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let
cp --no-preserve=mode,ownership -R ${./artiq-fast} $out
REV=`git --git-dir ${artiqSrc}/.git rev-parse HEAD`
MAJOR_VERSION=`cat ${artiqSrc}/MAJOR_VERSION`
if [ -e BETA ]; then
if [ -e ${artiqSrc}/BETA ]; then
SUFFIX=".beta"
else
SUFFIX=""