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
|