From: Kern Sibbald Date: Sat, 10 Jan 2009 10:22:24 +0000 (+0000) Subject: Fix bat.pro.in so that bat will install. X-Git-Tag: Release-3.0.0~326 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b6727cec691eb4ed2e862f9d74e1cf555500a81;p=bacula%2Fbacula 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 --- 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.