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