From f97fe462ce8da1926588d9cea070c844b88ce126 Mon Sep 17 00:00:00 2001 From: jiangcuo Date: Sat, 30 Nov 2024 13:45:14 +0800 Subject: [PATCH] fix pve-network patches --- packages/pve-network/patches/001-rebuild-for-port.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/pve-network/patches/001-rebuild-for-port.patch b/packages/pve-network/patches/001-rebuild-for-port.patch index ecef252..9aafa6e 100644 --- a/packages/pve-network/patches/001-rebuild-for-port.patch +++ b/packages/pve-network/patches/001-rebuild-for-port.patch @@ -1,5 +1,5 @@ diff --git a/Makefile b/Makefile -index ac1f823..3a3c11b 100644 +index ac1f823..1550c42 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ @@ -11,8 +11,9 @@ index ac1f823..3a3c11b 100644 BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM) DEBS=\ - $(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb \ +- $(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb \ - libpve-network-api-perl_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb \ ++ $(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb \ + libpve-network-api-perl_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb \ DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc