summaryrefslogtreecommitdiff
path: root/x11/qt4-creator/patches/patch-aj
blob: 9ec0eaad1d1e60ea23ada6313530591d01b5bb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.2 2010/11/18 22:52:04 adam Exp $

--- src/plugins/projectexplorer/debugginghelper.cpp.orig	2010-08-24 07:46:09.000000000 +0000
+++ src/plugins/projectexplorer/debugginghelper.cpp
@@ -231,7 +231,7 @@ QString DebuggingHelperLibrary::buildDeb
     output += newline;;
     if (!makeFullPath.isEmpty()) {
         output += QCoreApplication::translate("ProjectExplorer::DebuggingHelperLibrary", "Running %1 ...\n").arg(makeFullPath);
-        proc.start(makeFullPath, QStringList());
+        proc.start(makeFullPath, QStringList() << "install");
         proc.waitForFinished();
         output += proc.readAll();
     } else {