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"