From 4c58991e479ec856cf8aeda34b9a13653d43df83 Mon Sep 17 00:00:00 2001 From: Pavel Vondruska <dexter.cz@gmail.com> Date: Thu, 25 Aug 2022 10:25:35 +0200 Subject: [PATCH] wrong path of patch --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index d900c49..bdb5c2e 100755 --- a/make.sh +++ b/make.sh @@ -34,7 +34,7 @@ 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 -cp -v 1125-Properly-check-authorization-on-incoming-guestOps-re.patch debian/patches +cp -v ../1125-Properly-check-authorization-on-incoming-guestOps-re.patch debian/patches echo '1125-Properly-check-authorization-on-incoming-guestOps-re.patch' >> debian/patches/series cat << EOCHL > debian/changelog -- GitLab