]> git.proxmox.com Git - ifupdown2.git/blobdiff - Makefile
Makefile: replace ARCH with all
[ifupdown2.git] / 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}