From 5b6a6363646d8cb1fb083f8f8de380e0f2807c14 Mon Sep 17 00:00:00 2001 From: Maxim Sokhatsky Date: Sun, 19 Jan 2014 15:56:12 +0000 Subject: [PATCH] Fix Haiku Chat to be arch invariant --- haiku-apps/chat/chat-20100903.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/chat/chat-20100903.recipe b/haiku-apps/chat/chat-20100903.recipe index 638642519..848452832 100644 --- a/haiku-apps/chat/chat-20100903.recipe +++ b/haiku-apps/chat/chat-20100903.recipe @@ -47,6 +47,6 @@ BUILD() INSTALL() { mkdir -p $appsDir - cp src/objects.x86-gcc2-release/Chat $appsDir/Chat + cp src/objects.*-release/Chat $appsDir/Chat addAppDeskbarSymlink $appsDir/Chat "Chat" }