From: Dietmar Maurer Date: Thu, 9 Aug 2018 09:58:03 +0000 (+0200) Subject: Makefile: replace ARCH with all X-Git-Url: https://git.proxmox.com/?p=ifupdown2.git;a=commitdiff_plain;h=49d057b85f7e047d88c9a27b6c12be7f95ca60c9 Makefile: replace ARCH with all This is an architecture independent package. --- 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}