gunnar: server/perl-kolab Makefile.PL, 1.11, 1.12 perl-kolab.spec, 1.106, 1.107

cvs at kolab.org cvs at kolab.org
Sat Nov 8 11:12:18 CET 2008


Author: gunnar

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv9480

Modified Files:
	Makefile.PL perl-kolab.spec 
Log Message:
Fix the etc install location.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.PL	8 Nov 2008 09:39:14 -0000	1.11
+++ Makefile.PL	8 Nov 2008 10:12:16 -0000	1.12
@@ -21,7 +21,7 @@
 
 if ($HELP) {
   print <<'EOH';
-Usage: perl Makefile.PL [--config CONFIG_DIR] [--bin BIN_DIR] [--sbin SBIN_DIR] --help
+Usage: perl Makefile.PL [--config CONFIG_DIR] [--bin BIN_DIR] [--sbin SBIN_DIR]  [--etc ETC_DIR] --help
 
 Option config
 
@@ -36,6 +36,10 @@
 Option sbin
 
   to specify the path to the directory where admin scripts should be installed.
+
+Option etc
+
+  to specify the path to the configuration directory.
 
 Option help
 

Index: perl-kolab.spec
===================================================================
RCS file: /kolabrepository/server/perl-kolab/perl-kolab.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- perl-kolab.spec	8 Nov 2008 07:35:44 -0000	1.106
+++ perl-kolab.spec	8 Nov 2008 10:12:16 -0000	1.107
@@ -73,7 +73,7 @@
 %install
     %{l_prefix}/bin/perl-openpkg prepare
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE0}  -A \
-      "--config \"%{l_prefix}/etc/kolab\" --bin \"%{l_prefix}/bin\" --sbin \"%{l_prefix}/sbin\" --etc \"%{l_prefix}/etc\"" \
+      "--config \"%{l_prefix}/etc/kolab\" --bin \"%{l_prefix}/bin\" --sbin \"%{l_prefix}/sbin\" --etc \"%{l_prefix}/etc/kolab\"" \
       configure build install
     cd %{V_package}-%{V_source_tag}
     make install_sbin install_etc





More information about the commits mailing list