steffen: server/perl-kolab perl-kolab.spec.in,1.12,1.13

cvs at intevation.de cvs at intevation.de
Sat Jul 23 00:45:04 CEST 2005


Author: steffen

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

Modified Files:
	perl-kolab.spec.in 
Log Message:
fixes

Index: perl-kolab.spec.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/perl-kolab.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- perl-kolab.spec.in	22 Jul 2005 22:36:14 -0000	1.12
+++ perl-kolab.spec.in	22 Jul 2005 22:45:02 -0000	1.13
@@ -61,8 +61,8 @@
 %build
     # Notice: %{perl_sitearch} does not work,
     #   it picks up the host system's perl
-    %{configure} --prefix=@l_prefix@ \
-		 --includedir=`@l_prefix@/bin/perl -V:installsitearch` \
+    %{configure} --prefix=%{l_prefix} \
+		 --includedir=%(eval "`perl -V:installsitearch`"; echo $installsitearch) \
 		 --dist=kolab
     make
 





More information about the commits mailing list