diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-02 19:48:00 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-02 19:54:59 +0100 |
commit | 4b4c1a57626845c767eca3b58130097541084573 (patch) | |
tree | cb52271ece8184d7df11b5e2a74fd8da62437273 | |
parent | Store videos in the database (diff) | |
download | p2pvr-4b4c1a57626845c767eca3b58130097541084573.tar.bz2 p2pvr-4b4c1a57626845c767eca3b58130097541084573.tar.xz p2pvr-4b4c1a57626845c767eca3b58130097541084573.zip |
debuginstall should target a subfolder of bin
-rw-r--r-- | p2pvr/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index b084b3b..3eced89 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -11,7 +11,7 @@ build-project carddaemon ; build-project dvb/unittests ; explicit debuginstall ; -install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ; +install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./bin/testing ; alias finallib : carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon |