Author: bdubbs
Date: Mon Apr 9 09:11:40 2018
New Revision: 20068
Log:
Fix currency for asymptote
Modified:
trunk/scripts/blfs-chapter50.php
Modified: trunk/scripts/blfs-chapter50.php
==============================================================================
--- trunk/scripts/blfs-chapter50.php Sun Apr 8 22:42:56 2018 (r20067)
+++ trunk/scripts/blfs-chapter50.php Mon Apr 9 09:11:40 2018 (r20068)
@@ -186,7 +186,7 @@
}
if ( $package == "asymptote" )
- return find_max( $lines, "/asymptote/",
"/^.*asymptote-([\d\.]+).i386.*$/" );
+ return find_max( $lines, "/asymptote/",
"/^.*asymptote-([\d\.]+).src.*$/" );
if ( $package == "cups" )
return find_max( $lines, "/^.*cups-/", "/^.*cups-([\d\.]+)-source.*$/" );
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page