]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
d/rules: fix export of python3 commands
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 06:56:02 +0000 (08:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 06:56:13 +0000 (08:56 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 89b5b6fd0de1fcd3a65fc8815a3be70b4857a7ac..1264201275bdff60975533c853d215fc484c8309 100755 (executable)
@@ -11,8 +11,8 @@ EDK2_TOOLCHAIN=GCC5
 AARCH64_TOOLCHAIN=GCC5
 export $(EDK2_TOOLCHAIN)_AARCH64_PREFIX=aarch64-linux-gnu-
 
-export PYTHON3_ENABLE="TRUE"
-export PYTHON_COMMAND="python3"
+export PYTHON3_ENABLE=TRUE
+export PYTHON_COMMAND=python3
 
 ifeq ($(DEB_BUILD_ARCH),amd64)
        EDK2_BUILD_ARCH=X64