From 45fddca9efe8bf25859c5c8c5a3464febfce20be Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 9 Dec 2013 16:52:30 +0000 Subject: [PATCH] Fix install of mrpeeps --- haiku-apps/mrpeeps/mrpeeps-1.2_beta.recipe | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/haiku-apps/mrpeeps/mrpeeps-1.2_beta.recipe b/haiku-apps/mrpeeps/mrpeeps-1.2_beta.recipe index d6047a9bf..1b18547e3 100644 --- a/haiku-apps/mrpeeps/mrpeeps-1.2_beta.recipe +++ b/haiku-apps/mrpeeps/mrpeeps-1.2_beta.recipe @@ -1,7 +1,7 @@ -SUMMARY="Easy to use powerful contact manager for haiku" -DESCRIPTION="MrPeeps is an app for managing People files that has more - features than other contact managers. For more info read README file" -HOMEPAGE="https://github.com/HaikuArchives/MrPeeps" +SUMMARY="Easy to use powerful contact manager for haiku" +DESCRIPTION="MrPeeps is an app for managing People files that has more + features than other contact managers. For more info read README file" +HOMEPAGE="https://github.com/HaikuArchives/MrPeeps" SRC_URI="git+https://github.com/HaikuArchives/MrPeeps#ce2e65" LICENSE="MIT" COPYRIGHT="2003 DarkWyrm" @@ -30,11 +30,12 @@ BUILD() BitmapView.cpp BStringList.cpp DataView.cpp Formatting.cpp \ IntroView.cpp ListData.cpp MrPeeps.cpp NewTextControl.cpp \ PeepsItem.cpp PeepsWindow.cpp PeopleList.cpp LocaleRoster.cpp \ - Locale.cpp TextFile.cpp -o ../MrPeeps + Locale.cpp TextFile.cpp -o ../MrPeeps } INSTALL() { + mkdir -p $appsDir cp -f ./MrPeeps $appsDir addAppDeskbarSymlink $appsDir/MrPeeps }