From 6dbafae7a7e76bf8d23f658d0ffe6041e4f0bc13 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 17 Jun 2019 11:26:20 +0200 Subject: [PATCH] Lugaru: fix install --- games-action/lugaru/lugaru-1.2.recipe | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 }