]> git.proxmox.com Git - ifupdown2.git/commitdiff
Makefile: replace ARCH with all
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Aug 2018 09:58:03 +0000 (11:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Aug 2018 09:58:03 +0000 (11:58 +0200)
This is an architecture independent package.

Makefile

index 04626dc902e6b87e27e5f2551db1e334ec94f4e3..0955b6278db32ffa41c8a936b8ca51f55df104de 100644 (file)
--- 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}