From 612555a35d1b3ec88d4cae19200392d98e295d39 Mon Sep 17 00:00:00 2001 From: Pavel Vondruska <dexter.cz@gmail.com> Date: Wed, 24 Aug 2022 20:40:47 +0200 Subject: [PATCH] bad directory --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 64583da..b562e22 100755 --- a/make.sh +++ b/make.sh @@ -30,7 +30,7 @@ apt update -qqq apt install -yqqq git devscripts build-essential wget dget https://deb.debian.org/debian/pool/main/o/open-vm-tools/open-vm-tools_10.3.10-1+deb10u2.dsc -cd open-vm-tools_10.3.10 +cd open-vm-tools-10.3.10 mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control wget https://salsa.debian.org/vmware-packaging-team/pkg-open-vm-tools/-/raw/67b16ff62228304dfe96d33a0ba663c2e8d3167d/debian/patches/1125-Properly-check-authorization-on-incoming-guestOps-re.patch -O debian/patches/1125-Properly-check-authorization-on-incoming-guestOps-re.patch -- GitLab