mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lbreakouthd: recipe cleanup (#7957)
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user