From 39a735f6316d234af90ac2c2f7cccbe9d4526758 Mon Sep 17 00:00:00 2001 From: tgkokk Date: Fri, 6 Dec 2013 05:42:10 +0000 Subject: [PATCH] Removed unnecessary directory --- haiku-apps/whisper/whisper-1.2.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haiku-apps/whisper/whisper-1.2.recipe b/haiku-apps/whisper/whisper-1.2.recipe index a800305ff..5eb087cba 100644 --- a/haiku-apps/whisper/whisper-1.2.recipe +++ b/haiku-apps/whisper/whisper-1.2.recipe @@ -40,9 +40,9 @@ INSTALL() { architecture=`echo $buildArchitecture | sed 's/_/-/g'` - mkdir -p $appsDir/Whisper + mkdir -p $appsDir cd objects.$architecture-debug - cp Whisper $appsDir/Whisper - addAppDeskbarSymlink $appsDir/Whisper/Whisper + cp Whisper $appsDir + addAppDeskbarSymlink $appsDir/Whisper }