Merged in 5HT/haikuports (pull request #146)

Fix Haiku Chat to be arch invariant
This commit is contained in:
Scott McCreary
2014-01-19 20:44:43 -08:00

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