]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- move programs not useful for users to sbin
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Feb 2006 14:36:18 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-sbinpath.patch -> 1.1

mythtv-sbinpath.patch [new file with mode: 0644]

diff --git a/mythtv-sbinpath.patch b/mythtv-sbinpath.patch
new file mode 100644 (file)
index 0000000..a6e27a2
--- /dev/null
@@ -0,0 +1,55 @@
+--- mythtv/libs/libmythtv/jobqueue.cpp~        2005-12-21 00:35:51.000000000 +0200
++++ mythtv/libs/libmythtv/jobqueue.cpp 2006-02-05 16:17:49.000000000 +0200
+@@ -2008,7 +2008,7 @@
+     gContext->LogEntry("commflag", LP_NOTICE, msg, logDesc);
+     int breaksFound = 0;
+-    QString path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
++    QString path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
+     QString cmd = QString("%1 -j %2 -V %3")
+                           .arg(path).arg(jobID).arg(print_verbose_messages);
+--- mythtv/programs/mythcommflag/mythcommflag.pro~     2005-10-18 02:33:37.000000000 +0300
++++ mythtv/programs/mythcommflag/mythcommflag.pro      2006-02-05 16:20:01.000000000 +0200
+@@ -4,7 +4,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythbackend/mythbackend.pro~       2006-01-29 18:32:00.000000000 +0200
++++ mythtv/programs/mythbackend/mythbackend.pro        2006-02-05 16:20:52.000000000 +0200
+@@ -6,7 +6,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+ TARGET = mythbackend
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythjobqueue/mythjobqueue.pro~     2005-10-18 02:33:36.000000000 +0300
++++ mythtv/programs/mythjobqueue/mythjobqueue.pro      2006-02-05 16:21:08.000000000 +0200
+@@ -4,7 +4,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythlcdserver/mythlcdserver.pro~   2005-10-18 02:33:38.000000000 +0300
++++ mythtv/programs/mythlcdserver/mythlcdserver.pro    2006-02-05 16:21:25.000000000 +0200
+@@ -5,7 +5,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+ TARGET = mythlcdserver
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS += target
This page took 0.09579 seconds and 4 git commands to generate.