diff --git a/games-action/lugaru/lugaru-1.2.recipe b/games-action/lugaru/lugaru-1.2.recipe index 8e1dd0ff1..fb98567b1 100644 --- a/games-action/lugaru/lugaru-1.2.recipe +++ b/games-action/lugaru/lugaru-1.2.recipe @@ -63,7 +63,7 @@ BUILD() cd build cmake .. \ -DCMAKE_BUILD_TYPE=Release \ - $cmakeDirArgs + -DCMAKE_INSTALL_PREFIX=$appsDir/Lugaru make $jobArgs } @@ -83,12 +83,7 @@ INSTALL() -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/lugaru.rdef.in > $sourceDir/lugaru.rdef - mkdir -p $appsDir - mv $binDir/lugaru $appsDir/Lugaru - addResourcesToBinaries $sourceDir/lugaru.rdef $appsDir/Lugaru + addResourcesToBinaries $sourceDir/lugaru.rdef $appsDir/Lugaru/lugaru - # remove obsolete files - rm -rf $binDir $dataDir/{appdata,applications,icons} - - addAppDeskbarSymlink $appsDir/Lugaru + addAppDeskbarSymlink $appsDir/Lugaru/lugaru Lugaru }