Some more changes to Mr.Peeps recipe

This commit is contained in:
Gleb Posobin
2013-12-09 19:43:39 +04:00
parent bb139026da
commit cbcb976abf
2 changed files with 13 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
cmd:gcc
"
PATCHES="MrPeeps-1.2_beta.patch"
@@ -33,10 +35,6 @@ BUILD()
INSTALL()
{
mrPeepsDir=$appsDir/MrPeeps
mkdir -p $mrPeepsDir
[ -h $binDir ] || mkdir -p $binDir
cp -f ./MrPeeps $mrPeepsDir
ln -sfn $mrPeepsDir/MrPeeps $binDir/
addAppDeskbarSymlink $mrPeepsDir/MrPeeps
cp -f ./MrPeeps $appsDir
addAppDeskbarSymlink $appsDir/MrPeeps
}