torrentor: Fix installation

* Build fix: https://github.com/Prodito/Torrentor/pull/6
This commit is contained in:
Chirayu Desai
2015-01-08 18:17:27 +00:00
parent 2a66cc23aa
commit 15531ec250

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