[pve-devel] applied [PATCH: ifupdown2] Makefile: replace ARCH with all

Dietmar Maurer dietmar at proxmox.com
Thu Aug 9 12:03:13 CEST 2018


This is an architecture independent package.

Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 04626dc..0955b62 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,9 @@ PKGREL=1+pvetest1
 SRCDIR=ifupdown2
 BUILDDIR=${SRCDIR}.tmp
 
-ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
-
 GITVERSION:=$(shell git rev-parse HEAD)
 
-DEB=${PACKAGE}_${VER}-${PKGREL}_${ARCH}.deb
+DEB=${PACKAGE}_${VER}-${PKGREL}_all.deb
 
 all: ${DEB}
 	@echo ${DEB}
-- 
2.11.0




More information about the pve-devel mailing list