diff --git a/haiku-games/bevexed/bevexed-1.1.recipe b/haiku-games/bevexed/bevexed-20141224.recipe similarity index 78% rename from haiku-games/bevexed/bevexed-1.1.recipe rename to haiku-games/bevexed/bevexed-20141224.recipe index 2dae91d2c..c7987d621 100644 --- a/haiku-games/bevexed/bevexed-1.1.recipe +++ b/haiku-games/bevexed/bevexed-20141224.recipe @@ -4,8 +4,8 @@ A maddeningly-addictive puzzle game. The concept is simple: put the tiles in \ the grid on the left such that the numbers match wherever 2 tiles touch. " HOMEPAGE="https://github.com/HaikuArchives/BeVexed" -SRC_URI="git+https://github.com/HaikuArchives/BeVexed#3a45d8f364" -REVISION="1" +SRC_URI="git+https://github.com/HaikuArchives/BeVexed#01613e90e6ce3c2b47a592efe8e248db3445f536" +REVISION="2" LICENSE="MIT" COPYRIGHT="2006 DarkWyrm" @@ -45,8 +45,11 @@ BUILD() INSTALL() { - cd source mkdir -p $appsDir - cp -a objects/BeVexed $appsDir + mkdir -p $dataDir/BeVexed + + cp -r backgrounds $dataDir/BeVexed + + cp -a source/objects/BeVexed $appsDir addAppDeskbarSymlink $appsDir/BeVexed }