From 05384d694451618fcd24512e23e5248da8715742 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 19 Jun 2011 22:17:32 +0200 Subject: [PATCH] Changed architecture to x86_gcc2 This needs to be created dynamically somehow, but for the time being we want things to work for gcc2 and x86 at least. --- src/data/package_infos/haiku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/package_infos/haiku b/src/data/package_infos/haiku index 4c2db1e64f..d1ed521a69 100644 --- a/src/data/package_infos/haiku +++ b/src/data/package_infos/haiku @@ -1,6 +1,6 @@ name = Haiku version = 1-1 -architecture = x86 +architecture = x86_gcc2 summary = "The Haiku base system" description = "The Haiku base system includes all system core software, like boot loader, kernel, the system libraries, servers, and applications."