From 85fcdc038e89d98a6d7f7866fe5082f473044158 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 21 Feb 2009 16:21:28 +0000 Subject: [PATCH] Undo previous fix to bat install git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8491 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/bat.pro.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/bat.pro.in b/bacula/src/qt-console/bat.pro.in index 205291d977..00c80d58b4 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 @@ -23,7 +23,7 @@ LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install QMAKE_LINK = $${LIBTOOL_LINK} $(CXX) QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p -QMAKE_CLEAN += .libs/* +QMAKE_CLEAN += .libs/* bat qwt { INCLUDEPATH += @QWT_INC@ -- 2.39.5