gunnar: server/perl-kolab Makefile.PL,1.10,1.11

cvs at kolab.org cvs at kolab.org
Sat Nov 8 10:39:17 CET 2008


Author: gunnar

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

Modified Files:
	Makefile.PL 
Log Message:
Fix the interpreter and move kolab_upgrade into sbin.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.PL	8 Nov 2008 07:35:44 -0000	1.10
+++ Makefile.PL	8 Nov 2008 09:39:14 -0000	1.11
@@ -97,8 +97,9 @@
 
 sbin/%: sbin/%.in
 	cat \$< | sed -e 's#\@CONFIG_DIR@#$CONFIG#g' > \$@
+	\$(FIXIN) \$@
 
-SBIN_TARGETS=sbin/kolabconf sbin/kolab_bootstrap sbin/kolabd sbin/kolabcheckperm
+SBIN_TARGETS=sbin/kolabconf sbin/kolab_bootstrap sbin/kolabd sbin/kolabcheckperm sbin/kolab_upgrade
 
 install_sbin: \$(SBIN_TARGETS)
 	mkdir -p \$(DESTDIR)/$INSTALLSBIN
@@ -177,8 +178,7 @@
                            'bin/kolabquotareport',
                            'bin/kolabdcachetool',
                            'bin/kolabpasswd',
-                           'bin/kolabquotawarn',
-                           'bin/kolab_upgrade',],
+                           'bin/kolabquotawarn'],
     $installscript    => $INSTALLSCRIPT,
     ABSTRACT          => 
 'perl-kolab provides a basic set of perl modules required for the





More information about the commits mailing list