Merged in cdesai/haikuports/torrentor (pull request #432)

torrentor: Fix installation
This commit is contained in:
Adrien Destugues
2015-01-09 13:07:27 +01:00

View File

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