Author: bdubbs
Date: Tue Feb 18 22:34:46 2020
New Revision: 22728

Log:
Fix script for x264

Modified:
   trunk/scripts/blfs-chapter46.php

Modified: trunk/scripts/blfs-chapter46.php
==============================================================================
--- trunk/scripts/blfs-chapter46.php    Tue Feb 18 16:47:54 2020        (r22727)
+++ trunk/scripts/blfs-chapter46.php    Tue Feb 18 22:34:46 2020        (r22728)
@@ -165,7 +165,7 @@
   global $current;
 
   if ( isset( $current ) && $book_index != "$current" ) return 0;
-  if ( $package == "x264-snapshot" ) return 'daily'; // Daily snapshot for x264
+  #if ( $package == "x264-snapshot" ) return 'daily'; // Daily snapshot for 
x264
 
   // Fix up directory path
   foreach ( $url_fix as $u )
@@ -415,7 +415,7 @@
             'regex' => "/^.*v4l-utils-(\d[\d\.]+\d).*$/" ),
 
      array( 'pkg'   => 'x264', 
-            'regex' => "/^.*x264-snapshot-(\d+)-.*$/" ),
+            'regex' => "/^.*x264-(\d+).*$/" ),
 
      array( 'pkg'   => 'x265', 
             'regex' => "/^.*x265_(\d[\d\.]+\d).*$/" ),
-- 
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