mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
torrentor: Fix installation
* Build fix: https://github.com/Prodito/Torrentor/pull/6
This commit is contained in:
@@ -52,12 +52,13 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
jam
|
export NDEBUG=1
|
||||||
|
jam $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL() # just trying compile, code below doesn't have to work well
|
INSTALL() # just trying compile, code below doesn't have to work well
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir/Torrentor
|
mkdir -p $appsDir/Torrentor
|
||||||
cp Torrentor $appsDir/Torrentor/
|
cp build/Release/Torrentor $appsDir/Torrentor/
|
||||||
addAppDeskbarSymlink $appsDir/Torrentor/Torrentor
|
addAppDeskbarSymlink $appsDir/Torrentor/Torrentor
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user