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:
parent
fbead76fe6
commit
3008ff93c7
6
Makefile
6
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user