From d5969704f64413aeb0b9fe497cee9d4eacf7e0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 14 Sep 2018 15:54:40 +0200 Subject: [PATCH] cherry_blossom: fix install. --- haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe b/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe index a97b3960a..c69c2bd23 100644 --- a/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe +++ b/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe @@ -6,7 +6,7 @@ Cherry Blossom will also be able to play your files." HOMEPAGE="https://github.com/HaikuArchives/CherryBlossom/" COPYRIGHT="2010 Bryce Groff" LICENSE="MIT" -REVISION="3" +REVISION="4" srcGitRev="1f2804193deaf9fb08b1578c88ad846b6b15f5c8" SOURCE_URI="https://github.com/HaikuArchives/CherryBlossom/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="757fec333986a791591a0fe5dcfff2db533cf2b73bab8a1a1661c745d9172ed3" @@ -44,6 +44,6 @@ INSTALL() { cd src mkdir -p ${appsDir} - cp -a objects/Cherry_Blossom $appsDir - addAppDeskbarSymlink ${appsDir}/Cherry_Blossom + cp -a objects/CherryBlossom $appsDir + addAppDeskbarSymlink ${appsDir}/CherryBlossom }