From 6c6ad630f994e62a5636d75849266738789919c7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Nov 2019 18:33:00 +0800 Subject: [PATCH] fix previous commit (again) --- artiq-fast.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast.nix b/artiq-fast.nix index 33e3092..f9be040 100644 --- a/artiq-fast.nix +++ b/artiq-fast.nix @@ -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=""