[pve-devel] [PATCH lxc] buildsys: use the ARCH variable for package names

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Sep 8 09:01:58 CEST 2016


---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index a896a1c..d6c67b6 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
 DEBS=					\
-${PACKAGE}_${LXCVER}-${DEBREL}_amd64.deb  			\
-${PACKAGE}-dev_${LXCVER}-${DEBREL}_amd64.deb  			\
-${PACKAGE}-dbg_${LXCVER}-${DEBREL}_amd64.deb
+${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb  			\
+${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb  			\
+${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb
 
 all: ${DEBS}
 	echo ${DEBS}
-- 
2.8.1





More information about the pve-devel mailing list