[gnome-sdk-images/gnome-3-20] Pick up arch using flatpak, not xdg-app



commit 55242674270d3ce6eed708d7788b0a290c28e540
Author: Alexander Larsson <alexl redhat com>
Date:   Mon May 23 13:11:16 2016 +0200

    Pick up arch using flatpak, not xdg-app

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 42c85bb..38ee12c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # Override the arch with `make ARCH=i386`
-ARCH   ?= $(shell xdg-app --default-arch)
+ARCH   ?= $(shell flatpak --default-arch)
 REPO   ?= repo
 
 # SDK Versions setup here


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]