[csw-devel] SF.net SVN: gar:[14145] csw/mgar/pkg/bacula/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Apr 12 19:49:25 CEST 2011
Revision: 14145
http://gar.svn.sourceforge.net/gar/?rev=14145&view=rev
Author: bdwalton
Date: 2011-04-12 17:49:25 +0000 (Tue, 12 Apr 2011)
Log Message:
-----------
bacula/trunk: set scriptdir to libexec/bacula, set logdir appropriately
Modified Paths:
--------------
csw/mgar/pkg/bacula/trunk/Makefile
Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile 2011-04-12 17:22:22 UTC (rev 14144)
+++ csw/mgar/pkg/bacula/trunk/Makefile 2011-04-12 17:49:25 UTC (rev 14145)
@@ -23,6 +23,8 @@
CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix)
CONFIGURE_ARGS += --with-openssl=$(prefix)
CONFIGURE_ARGS += --with-mysql=$(prefix)/mysql5
+CONFIGURE_ARGS += --with-scriptdir=$(libexecdir_install)/$(NAME)
+CONFIGURE_ARGS += --with-logdir=$(localstatedir)/log/$(NAME)
# no tests supplied.
TEST_SCRIPTS =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list