git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8890 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 bins.path = /$(DESTDIR)@sbindir@
 bins.files = bat
 confs.path = /$(DESTDIR)@sysconfdir@
-confs.commands = DESTDIR="${DESTDIR}" ./install_conf_file   
+confs.commands = ./install_conf_file
 help.path = /$(DESTDIR)@htmldir@
 help.files = help/*.html images/status.png images/mail-message-new.png
 
 
 sbindir=@sbindir@
 sysconfdir=@sysconfdir@
 INSTALL_CONFIG="@INSTALL@ -m 640"
+DESTDIR=`echo ${DESTDIR}`
 
 srcconf=bat.conf
 if  test -f ${DESTDIR}${sysconfdir}/${srcconf}; then
 
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "05 June 2009"
-#define LSMDATE "05Jun09"
+#define BDATE   "08 June 2009"
+#define LSMDATE "08Jun09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 
           
 General:
 
-05Jun09
+08Jun09
+kes  Attempt to get bat conf file installation to work with DESTDIR
+05uun09
 kes  Improve error messages when a migration sql query is used and correct
      the problem identified in bug #1303 with starting Job names
      containing spaces.