]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pakfire: use correct tree on x86_64.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Sep 2015 17:50:13 +0000 (19:50 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Sep 2015 17:50:13 +0000 (19:50 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/pakfire

index 6f90f89bb1379ef66f02f7e502ec546f934070b2..00d1bb1c0d5b2bedba2a08aaaa5488258409e978 100644 (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
 
 ###############################################################################