]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv-sbinpath.patch
- disable buildconflicts
[packages/mythtv.git] / mythtv-sbinpath.patch
CommitLineData
a2974751
ER
1--- mythtv/libs/libmythtv/jobqueue.cpp~ 2005-12-21 00:35:51.000000000 +0200
2+++ mythtv/libs/libmythtv/jobqueue.cpp 2006-02-05 16:17:49.000000000 +0200
3@@ -2008,7 +2008,7 @@
4 gContext->LogEntry("commflag", LP_NOTICE, msg, logDesc);
5
6 int breaksFound = 0;
7- QString path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
8+ QString path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
9 QString cmd = QString("%1 -j %2 -V %3")
10 .arg(path).arg(jobID).arg(print_verbose_messages);
11
12--- mythtv/programs/mythcommflag/mythcommflag.pro~ 2005-10-18 02:33:37.000000000 +0300
13+++ mythtv/programs/mythcommflag/mythcommflag.pro 2006-02-05 16:20:01.000000000 +0200
14@@ -4,7 +4,7 @@
15
16 TEMPLATE = app
17 CONFIG += thread
18-target.path = $${PREFIX}/bin
19+target.path = $${PREFIX}/sbin
20 INSTALLS = target
21
22 QMAKE_CLEAN += $(TARGET)
23--- mythtv/programs/mythbackend/mythbackend.pro~ 2006-01-29 18:32:00.000000000 +0200
24+++ mythtv/programs/mythbackend/mythbackend.pro 2006-02-05 16:20:52.000000000 +0200
25@@ -6,7 +6,7 @@
26 TEMPLATE = app
27 CONFIG += thread
28 TARGET = mythbackend
29-target.path = $${PREFIX}/bin
30+target.path = $${PREFIX}/sbin
31 INSTALLS = target
32
33 QMAKE_CLEAN += $(TARGET)
34--- mythtv/programs/mythjobqueue/mythjobqueue.pro~ 2005-10-18 02:33:36.000000000 +0300
35+++ mythtv/programs/mythjobqueue/mythjobqueue.pro 2006-02-05 16:21:08.000000000 +0200
36@@ -4,7 +4,7 @@
37
38 TEMPLATE = app
39 CONFIG += thread
40-target.path = $${PREFIX}/bin
41+target.path = $${PREFIX}/sbin
42 INSTALLS = target
43
44 QMAKE_CLEAN += $(TARGET)
45--- mythtv/programs/mythlcdserver/mythlcdserver.pro~ 2005-10-18 02:33:38.000000000 +0300
46+++ mythtv/programs/mythlcdserver/mythlcdserver.pro 2006-02-05 16:21:25.000000000 +0200
47@@ -5,7 +5,7 @@
48 TEMPLATE = app
49 CONFIG += thread
50 TARGET = mythlcdserver
51-target.path = $${PREFIX}/bin
52+target.path = $${PREFIX}/sbin
53
54 INSTALLS += target
55
This page took 0.067857 seconds and 4 git commands to generate.