From bc9ac3bdb4fa7ddd4d98beeb71039b9b488c8a10 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 25 Mar 2023 20:24:31 +0100 Subject: [PATCH] Fix building linux-demo bundle --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 52212c0612..23b490c70d 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -148,7 +148,7 @@ esac if [ "$DEBUG" = "T" ]; then BUILDTYPE="dbg" fi -if [ "FREEBI" = "T" ]; then +if [ "$FREEBI" = "T" ]; then BUILDTYPE="demo" fi if [ "$DEBUG$FREEBI" = "TT" ]; then