From 5fc71adf4fa45c2f30c82be4b126a9ea7eaa45e1 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 19 Oct 2021 15:13:58 +0000 Subject: [PATCH] KASM-786 fix xorg patch bug --- builder/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/build.sh b/builder/build.sh index d3627ad..4c20df3 100755 --- a/builder/build.sh +++ b/builder/build.sh @@ -38,7 +38,6 @@ tar -C unix/xserver -xf /tmp/xorg-server-${XORG_VER}.tar.bz2 --strip-components= cd unix/xserver patch -Np1 -i ../xserver${XORG_PATCH}.patch case "$XORG_VER" in - echo "PATCHING XORG WITH 120.7" 1.20.*) patch -Np1 -i ../xserver120.7.patch ;; esac