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

No need to copy images. I suggest install to system/apps because it is single file app.
This commit is contained in:
Scott McCreary
2014-01-10 15:28:41 -08:00

View File

@@ -46,11 +46,7 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/chat
cp -r images $appsDir/chat/
echo 'dir:'
pwd
cp src/Chat $appsDir/chat/Chat
addAppDeskbarSymlink $appsDir/chat/Chat "Chat"
mkdir -p $appsDir
cp src/Chat $appsDir/Chat
addAppDeskbarSymlink $appsDir/Chat "Chat"
}