]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv-sbinpath.patch
- tabs in preamble
[packages/mythtv.git] / mythtv-sbinpath.patch
CommitLineData
c0fb08b9
ER
1--- mythtv/libs/libmythtv/jobqueue.cpp~ 2006-09-05 04:56:41.000000000 +0300
2+++ mythtv/libs/libmythtv/jobqueue.cpp 2006-09-05 04:57:45.000000000 +0300
3@@ -1955,7 +1955,7 @@
a2974751 4
c0fb08b9
ER
5 if (runningJobCommands[key] == "mythcommflag")
6 {
7- path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
8+ path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
9 command = QString("%1 -j %2 -V %3")
a2974751 10 .arg(path).arg(jobID).arg(print_verbose_messages);
c0fb08b9 11 }
a2974751
ER
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.034394 seconds and 4 git commands to generate.