From 51876ca3367e0e1cee9071923b0b96186b4ed4be Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Fri, 20 Dec 2013 08:16:56 +0700 Subject: system/bacula-client: Documentation and script updates. Signed-off-by: Willy Sudiarto Raharjo --- system/bacula-client/bacula-client.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'system/bacula-client/bacula-client.SlackBuild') diff --git a/system/bacula-client/bacula-client.SlackBuild b/system/bacula-client/bacula-client.SlackBuild index 847501dbf3..d54e440582 100644 --- a/system/bacula-client/bacula-client.SlackBuild +++ b/system/bacula-client/bacula-client.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Bacula Client -# Copyright 2010-2013, mario +# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=bacula-client VERSION=${VERSION:-5.2.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=bacula @@ -80,8 +80,11 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-scriptdir=/usr/bin \ --with-working-dir=/var/bacula/working \ + --with-scriptdir=/var/bacula/scripts \ + --with-logdir=/var/bacula/working \ + --with-plugindir=/var/bacula/plugins \ + --enable-smartalloc \ --disable-readline \ --enable-client-only \ --build=$ARCH-slackware-linux -- cgit v1.2.3-65-gdbad