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" }