mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
LBreakout2: Move config, high scores, saved games and custom levels to the user settings directory.
This commit is contained in:
@@ -13,8 +13,7 @@ LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2011 Michael Speck"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PATCHES="lbreakout2-2.6.4.patch"
|
||||
GLOBAL_WRITABLE_FILES="var/lbreakout2.hscr keep-old"
|
||||
PATCHES="lbreakout2-2.6.4.patchset"
|
||||
|
||||
PROVIDES="
|
||||
lbreakout2 = $portVersion
|
||||
@@ -59,5 +58,10 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $localStateDir/lbreakout2.hscr
|
||||
rm -rf $dataDir/applications
|
||||
rm -rf $dataDir/icons
|
||||
|
||||
addAppDeskbarSymlink $binDir/lbreakout2 LBreakout2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user