pakfire: use correct tree on x86_64.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2015-09-14 19:50:13 +02:00
parent 1e4dbfbdf9
commit d9c6f56c2e

View File

@@ -30,10 +30,10 @@ THISAPP = pakfire
DIR_APP = /opt/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
ifeq "$(MACHINE_TYPE)" "arm"
PAKFIRE_VERSION = $(VERSION)-$(MACHINE)
else
ifeq "$(MACHINE)" "i586"
PAKFIRE_VERSION = $(VERSION)
else
PAKFIRE_VERSION = $(VERSION)-$(MACHINE)
endif
###############################################################################