summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild b/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild
index 963b8931a..c0dbf7056 100644
--- a/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild
@@ -28,7 +28,7 @@ pkg_setup() {
}
src_compile() {
- ./configure --prefix=/usr || die "configure failed"
+ ./configure --prefix=/usr --qtdir=/usr || die "configure failed"
emake || die "emake failed"
}