mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
pakfire: use correct tree on x86_64.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user