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