mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
Some more changes to Mr.Peeps recipe
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user