diff --git a/games-arcade/lbreakouthd/lbreakouthd-1.1.1.recipe b/games-arcade/lbreakouthd/lbreakouthd-1.1.1.recipe index 76adba28f..ffc21d7d1 100644 --- a/games-arcade/lbreakouthd/lbreakouthd-1.1.1.recipe +++ b/games-arcade/lbreakouthd/lbreakouthd-1.1.1.recipe @@ -53,7 +53,8 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -vfi - LDFLAGS="-lintl -lbe" runConfigure ./configure --with-configdir=LBreakoutHD + LDFLAGS="-lintl -lbe" runConfigure --omit-dirs binDir ./configure \ + --bindir=$appsDir --with-configdir=LBreakoutHD make $jobArgs } @@ -61,9 +62,7 @@ INSTALL() { make install - mkdir -p $appsDir - - mv $binDir/lbreakouthd $appsDir/LBreakoutHD + mv $appsDir/lbreakouthd $appsDir/LBreakoutHD # add our version and other application resources local MAJOR="`echo "$portVersion" | cut -d. -f1`" @@ -80,7 +79,6 @@ INSTALL() addAppDeskbarSymlink $appsDir/LBreakoutHD LBreakoutHD - rm -rf $binDir rm -rf $localStateDir rm -rf $dataDir/{applications,icons} }