From 28b9262b967ff644a70fafd8fb1a6edc8dcd0e0d Mon Sep 17 00:00:00 2001 From: 5HT Date: Fri, 10 Jan 2014 13:52:27 +0000 Subject: [PATCH] No need to copy images. I suggest install to system/apps because it is single file app. --- haiku-apps/chat/chat-20100903.recipe | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/haiku-apps/chat/chat-20100903.recipe b/haiku-apps/chat/chat-20100903.recipe index 4fa10ae7e..43ae6edd2 100644 --- a/haiku-apps/chat/chat-20100903.recipe +++ b/haiku-apps/chat/chat-20100903.recipe @@ -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" }