diff --git a/haiku-apps/organizer/organizer-0.1.recipe b/haiku-apps/organizer/organizer-0.1.recipe index 6f7f5aa6c..c13dbe429 100644 --- a/haiku-apps/organizer/organizer-0.1.recipe +++ b/haiku-apps/organizer/organizer-0.1.recipe @@ -5,7 +5,7 @@ An organizer that helps you keep track on your appointments, notes and stuff. COPYRIGHT="2013 Marius Stene" LICENSE="Public Domain" HOMEPAGE="https://github.com/HaikuArchives/Organizer" -SRC_URI="git+https://github.com/HaikuArchives/Organizer#32196761f4" +SRC_URI="git+https://github.com/HaikuArchives/Organizer#32196761f4 " REVISION="3" ARCHITECTURES="x86_gcc2 x86 ?x86_64" @@ -39,8 +39,7 @@ USER_SETTINGS_FILES=" BUILD() { cd Source - make - cd .. + make OBJ_DIR=objects BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` } INSTALL()