forked from M-Labs/nix-scripts
fix previous commit (again)
This commit is contained in:
parent
fe805ffa93
commit
6c6ad630f9
|
@ -7,7 +7,7 @@ let
|
||||||
cp --no-preserve=mode,ownership -R ${./artiq-fast} $out
|
cp --no-preserve=mode,ownership -R ${./artiq-fast} $out
|
||||||
REV=`git --git-dir ${artiqSrc}/.git rev-parse HEAD`
|
REV=`git --git-dir ${artiqSrc}/.git rev-parse HEAD`
|
||||||
MAJOR_VERSION=`cat ${artiqSrc}/MAJOR_VERSION`
|
MAJOR_VERSION=`cat ${artiqSrc}/MAJOR_VERSION`
|
||||||
if [ -e BETA ]; then
|
if [ -e ${artiqSrc}/BETA ]; then
|
||||||
SUFFIX=".beta"
|
SUFFIX=".beta"
|
||||||
else
|
else
|
||||||
SUFFIX=""
|
SUFFIX=""
|
||||||
|
|
Loading…
Reference in New Issue