[csw-devel] SF.net SVN: gar:[14224] csw/mgar/pkg/bacula/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Apr 16 03:40:46 CEST 2011
Revision: 14224
http://gar.svn.sourceforge.net/gar/?rev=14224&view=rev
Author: bdwalton
Date: 2011-04-16 01:40:46 +0000 (Sat, 16 Apr 2011)
Log Message:
-----------
bacula/trunk: drop a slash when setting sysconfdir to prevent ugly double slashes in init scripts, etc
Modified Paths:
--------------
csw/mgar/pkg/bacula/trunk/Makefile
Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile 2011-04-16 01:15:55 UTC (rev 14223)
+++ csw/mgar/pkg/bacula/trunk/Makefile 2011-04-16 01:40:46 UTC (rev 14224)
@@ -160,7 +160,7 @@
# force libraries into a separate subdirectory
libdir = $(prefix)/lib/$(NAME)
-sysconfdir = /etc/$(prefix)/$(NAME)
+sysconfdir = /etc$(prefix)/$(NAME)
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-working-dir=$(localstatedir)/$(NAME)/working
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