5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-22 06:50:41 +03:00

buildsys: use the ARCH variable for package names

This commit is contained in:
Wolfgang Bumiller 2016-09-08 09:01:58 +02:00 committed by Dietmar Maurer
parent fbead76fe6
commit 3008ff93c7

View File

@ -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}