29d1ad8296
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bacula#cac642c7f70b8ea04d1ec3d0abcf0afd9bb68e36
49 lines
2.1 KiB
Diff
49 lines
2.1 KiB
Diff
diff -Naur bacula-9.6.5.old/autoconf/configure.in bacula-9.6.5/autoconf/configure.in
|
|
--- bacula-9.6.5.old/autoconf/configure.in 2020-07-24 09:19:47.073513530 +0200
|
|
+++ bacula-9.6.5/autoconf/configure.in 2020-07-24 09:25:50.708044682 +0200
|
|
@@ -3612,6 +3612,8 @@
|
|
chmod 755 install_conf_file build-depkgs-qt-console
|
|
cd tray-monitor
|
|
chmod 755 install_conf_file build-depkgs-qt-console
|
|
+cd tray-monitor
|
|
+chmod 755 install_conf_file build-depkgs-qt-console
|
|
cd ${BUILD_DIR}
|
|
|
|
cd scripts
|
|
diff -Naur bacula-9.6.5.old/examples/nagios/check_bacula/Makefile.in bacula-9.6.5/examples/nagios/check_bacula/Makefile.in
|
|
--- bacula-9.6.5.old/examples/nagios/check_bacula/Makefile.in 2020-07-24 09:11:40.888118277 +0200
|
|
+++ bacula-9.6.5/examples/nagios/check_bacula/Makefile.in 2020-07-24 09:25:50.708044682 +0200
|
|
@@ -72,7 +72,7 @@
|
|
(cd $(srcdir); $(RMF) Makefile)
|
|
|
|
install: all
|
|
- $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) check_bacula $(DESTDIR)$(sbindir)/check_bacula
|
|
+ $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) .libs/check_bacula $(DESTDIR)$(sbindir)/check_bacula
|
|
|
|
uninstall:
|
|
(cd $(DESTDIR)$(sbindir); $(RMF) check_bacula)
|
|
diff -Naur bacula-9.6.5.old/src/qt-console/bat.pro.in bacula-9.6.5/src/qt-console/bat.pro.in
|
|
--- bacula-9.6.5.old/src/qt-console/bat.pro.in 2020-07-24 09:13:23.953685986 +0200
|
|
+++ bacula-9.6.5/src/qt-console/bat.pro.in 2020-07-24 09:25:52.180067067 +0200
|
|
@@ -12,7 +12,7 @@
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
bins.path = /$(DESTDIR)@sbindir@
|
|
-bins.files = bat
|
|
+bins.files = .libs/bat
|
|
confs.path = /$(DESTDIR)@sysconfdir@
|
|
confs.commands = ./install_conf_file
|
|
help.path = /$(DESTDIR)@htmldir@
|
|
diff -Naur bacula-9.6.5.old/src/qt-console/tray-monitor/tray-monitor.pro.in bacula-9.6.5/src/qt-console/tray-monitor/tray-monitor.pro.in
|
|
--- bacula-9.6.5.old/src/qt-console/tray-monitor/tray-monitor.pro.in 2020-07-24 09:11:40.947119177 +0200
|
|
+++ bacula-9.6.5/src/qt-console/tray-monitor/tray-monitor.pro.in 2020-07-24 09:25:52.212067555 +0200
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
bins.path = /$(DESTDIR)@sbindir@
|
|
-bins.files = bacula-tray-monitor
|
|
+bins.files = .libs/bacula-tray-monitor
|
|
confs.path = /$(DESTDIR)@sysconfdir@
|
|
confs.commands = ./install_conf_file
|
|
|