netpulse: define OBJ_DIR in BUILD()

This commit is contained in:
diversys
2014-06-05 10:32:18 +00:00
parent 9975622c44
commit 2db06f505d

View File

@@ -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"