gunnar: server/perl-kolab Makefile.PL,1.5,1.6

cvs at kolab.org cvs at kolab.org
Thu Sep 13 06:19:57 CEST 2007


Author: gunnar

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

Modified Files:
	Makefile.PL 
Log Message:
Use the correct perl interpreter.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.PL	4 Sep 2007 10:21:45 -0000	1.5
+++ Makefile.PL	13 Sep 2007 04:19:54 -0000	1.6
@@ -52,9 +52,9 @@
 endif
 
 PACKAGE = \$(shell [ -r \"perl-kolab.spec\" ] && grep '%define[ ]*V_package' perl-kolab.spec | sed -e 's/.*V_package\\s*\\([a-z\\_-]*\\).*/\\1/')
-VERSION = \$(shell perl -I lib -e 'use Kolab;print \$\$Kolab::KOLAB_VERSION;')
-RELEASE = \$(shell perl -I lib -e 'use Kolab;print \$\$Kolab::KOLAB_RELEASE;')
-SOURCE_TAG = \$(shell perl -I lib -e 'use Kolab;print \$\$Kolab::VERSION;')
+VERSION = \$(shell \$(HOME)/bin/perl -I lib -e 'use Kolab;print \$\$Kolab::KOLAB_VERSION;')
+RELEASE = \$(shell \$(HOME)/bin/perl -I lib -e 'use Kolab;print \$\$Kolab::KOLAB_RELEASE;')
+SOURCE_TAG = \$(shell \$(HOME)/bin/perl -I lib -e 'use Kolab;print \$\$Kolab::VERSION;')
 
 clean_tardist:
 	rm -rf *.tar.gz





More information about the commits mailing list