]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-2.4.4-bat-install.patch
- 3.0.0, NFY
[packages/bacula.git] / bacula-2.4.4-bat-install.patch
1
2  This patch fixes bat.pro.in so that bat will install correctly.
3
4  Apply it to version 2.4.4 with:
5
6  cd <bacula-source>
7  patch -p0 <2.4.4-bat-install.patch
8  ./configure <your options>
9  make
10  ...
11  make install
12
13
14 Index: src/qt-console/bat.pro.in
15 ===================================================================
16 --- src/qt-console/bat.pro.in   (revision 8326)
17 +++ src/qt-console/bat.pro.in   (working copy)
18 @@ -9,9 +9,9 @@
19  #    
20  CONFIG += qt debug @QWT@
21  
22 -bins.path = /$(DESTDIR)@sbindir@
23 +bins.path = $(DESTDIR)@sbindir@
24  bins.files = ./bat
25 -confs.path = /$(DESTDIR)@sysconfdir@
26 +confs.path = $(DESTDIR)@sysconfdir@
27  confs.commands = ./install_conf_file   
28  
29  TEMPLATE     = app
This page took 0.120804 seconds and 3 git commands to generate.