Author: bdubbs
Date: Thu Jun 1 07:31:25 2017
New Revision: 18775
Log:
Fix script for libatomic_ops
Modified:
trunk/scripts/blfs-chapter09.php
Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php Wed May 31 14:10:11 2017 (r18774)
+++ trunk/scripts/blfs-chapter09.php Thu Jun 1 07:31:25 2017 (r18775)
@@ -59,7 +59,7 @@
array( 'pkg' => 'libatomic_ops',
'match' => '^.*$',
- 'replace' => "http://www.ivmaisoft.com/_bin/atomic_ops" ),
+ 'replace' => "https://github.com/ivmai/libatomic_ops/wiki/Download" ),
array( 'pkg' => 'libdbusmenu-qt',
'match' => '^.*$',
@@ -333,7 +333,7 @@
return find_max( $lines, '/libpaper/',
'/.*libpaper_([\d\.]+\+nmu\d).tar.*$/' );
if ( $book_index == "libatomic_ops" )
- return find_max( $lines, '/tar/', '/.*ops-([\d\.]+).tar.*$/' );
+ return find_max( $lines, '/stable/', '/.*ops-([\d\.]+).tar.*$/' );
if ( $book_index == "openobex" )
return find_max( $lines, '/openobex/', '/^.*openobex\/([\d\.]+)\/.*$/' );
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page