Author: bdubbs
Date: Sun Feb 19 08:56:28 2017
New Revision: 18356

Log:
Fix inkscape script

Modified:
   trunk/scripts/blfs-chapter43.php

Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php    Sun Feb 19 04:04:43 2017        (r18355)
+++ trunk/scripts/blfs-chapter43.php    Sun Feb 19 08:56:28 2017        (r18356)
@@ -246,7 +246,7 @@
 
   if ( $package == "inkscape" )
   {
-    $max = find_max( $lines, "/Latest/", "/^.*Latest 
stable.*(\d[\d\.]+\d).*$/" );
+    $max = find_max( $lines, "/Latest/", "/^.*Inkscape (\d[\d\.]+\d).*$/" );
 
     // Upstrem's website info does not match tarball verion for non point 
versions
     $dots = 0;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to