From 2db06f505dab80d925532779e7826f5ac2987363 Mon Sep 17 00:00:00 2001 From: diversys Date: Thu, 5 Jun 2014 10:32:18 +0000 Subject: [PATCH] netpulse: define OBJ_DIR in BUILD() --- haiku-apps/netpulse/netpulse-0.2.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/netpulse/netpulse-0.2.3.recipe b/haiku-apps/netpulse/netpulse-0.2.3.recipe index f2d0d5733..3a2d4da33 100644 --- a/haiku-apps/netpulse/netpulse-0.2.3.recipe +++ b/haiku-apps/netpulse/netpulse-0.2.3.recipe @@ -29,13 +29,13 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs + make $jobArgs OBJ_DIR=objects } INSTALL() { mkdir -p $appsDir - cp objects*/NetPulse $appsDir/NetPulse + cp objects/NetPulse $appsDir/NetPulse # Add a symlink to the Desktop applets directory in Deskbar desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets"