[Po4a-commits] "po4a changelog,1.331,1.332 Build.PL,1.32,1.33"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Mar 17 01:55:59 UTC 2008


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv23434

Modified Files:
	changelog Build.PL 
Log Message:
Really fix the installation paths (I hope).


Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Build.PL	13 Mar 2008 00:12:06 -0000	1.32
+++ Build.PL	17 Mar 2008 01:55:57 -0000	1.33
@@ -207,11 +207,12 @@
   );
 
 # Tweak the installation path
-#  Retrieve the prefix (Ther should be a better way)
-my $base= $b->install_map->{"blib/bindoc"};
+#  Retrieve the prefix (There should be a better way)
+my $base = $b->install_sets($b->installdirs)->{bindoc};
 $base =~ s/\/man\/man1//;
-$b->install_path(po => $base.'/locale');
-$b->install_path(man => $base.'/man');
+#  Set the paths for the manpages and MO files
+$b->install_sets($b->installdirs)->{man} = $base.'/man';
+$b->install_sets($b->installdirs)->{po} = $base.'/locale';
 
 $b->create_build_script;
 

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -d -r1.331 -r1.332
--- changelog	17 Mar 2008 00:01:36 -0000	1.331
+++ changelog	17 Mar 2008 01:55:56 -0000	1.332
@@ -1,5 +1,9 @@
 2008-03-17  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* Build.PL: Really fix the installation path (I hope).
+
+2008-03-17  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* MANIFEST: Added Polish addendum for the groff pages.
 
 2008-03-15  Nicolas François  <nicolas.francois at centraliens.net>




More information about the Po4a-commits mailing list