cherry_blossom: fix install.

This commit is contained in:
Jérôme Duval
2018-09-14 15:54:40 +02:00
committed by GitHub
parent 7190ad99c1
commit d5969704f6

View File

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