From 2ce052ea869b8f95df4ccfe8af4e898bd9a70159 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Jan 2009 10:22:24 +0000 Subject: [PATCH] Fix bat.pro.in so that bat will install. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8350 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/bat.pro.in | 4 ++-- bacula/technotes-2.5 | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bacula/src/qt-console/bat.pro.in b/bacula/src/qt-console/bat.pro.in index c00fd46211..607ae93e4c 100644 --- a/bacula/src/qt-console/bat.pro.in +++ b/bacula/src/qt-console/bat.pro.in @@ -9,9 +9,9 @@ # CONFIG += qt debug @QWT@ -bins.path = /$(DESTDIR)@sbindir@ +bins.path = $(DESTDIR)@sbindir@ bins.files = ./bat -confs.path = /$(DESTDIR)@sysconfdir@ +confs.path = $(DESTDIR)@sysconfdir@ confs.commands = ./install_conf_file TEMPLATE = app diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 649a93bcc8..f5c18951e6 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -10,6 +10,8 @@ filepattern (restore with regex in bsr) mixed priorities General: +10Jan09 +kes Fix bat.pro.in so that bat will install. 09Jan09 kes Add more debug output to VSS init. kes Attempt to correct win32 debug in berrno. -- 2.39.5