mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
netpulse: define OBJ_DIR in BUILD()
This commit is contained in:
@@ -29,13 +29,13 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
make $jobArgs
|
make $jobArgs OBJ_DIR=objects
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir
|
mkdir -p $appsDir
|
||||||
cp objects*/NetPulse $appsDir/NetPulse
|
cp objects/NetPulse $appsDir/NetPulse
|
||||||
|
|
||||||
# Add a symlink to the Desktop applets directory in Deskbar
|
# Add a symlink to the Desktop applets directory in Deskbar
|
||||||
desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets"
|
desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets"
|
||||||
|
|||||||
Reference in New Issue
Block a user