File: fix-qmake-binary-source-path

package info (click to toggle)
bacula 15.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 29,724 kB
  • sloc: ansic: 194,276; cpp: 41,177; sh: 28,255; python: 6,669; makefile: 5,274; perl: 3,666; sql: 1,371; java: 345; xml: 196; awk: 51; sed: 25
file content (26 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: change binary source path after compilation
Author: Thomas Beierlein <tomjbe@gentoo.org>
Forwarded: not-needed

--- a/src/qt-console/bat.pro.in
+++ b/src/qt-console/bat.pro.in
@@ -12,7 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT +=
 
 datarootdir = @datarootdir@
 bins.path = /$(DESTDIR)@sbindir@
-bins.files = bat
+bins.files = .libs/bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file
 help.path = /$(DESTDIR)@docdir@
--- a/src/qt-console/tray-monitor/tray-monitor.pro.in
+++ b/src/qt-console/tray-monitor/tray-monitor.pro.in
@@ -26,7 +26,7 @@ cross-win32 {
 
 
 bins.path = /$(DESTDIR)@sbindir@
-bins.files = bacula-tray-monitor
+bins.files = .libs/bacula-tray-monitor
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file