Fix Haiku Chat to be arch invariant

This commit is contained in:
Maxim Sokhatsky
2014-01-19 15:56:12 +00:00
parent 922e4046d8
commit 5b6a636364

View File

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