Author: bdubbs
Date: Tue Jul  7 21:09:58 2020
New Revision: 23370

Log:
Tweak libburn and friends

Modified:
   trunk/scripts/blfs-chapter47.php

Modified: trunk/scripts/blfs-chapter47.php
==============================================================================
--- trunk/scripts/blfs-chapter47.php    Tue Jul  7 17:17:29 2020        (r23369)
+++ trunk/scripts/blfs-chapter47.php    Tue Jul  7 21:09:58 2020        (r23370)
@@ -39,15 +39,15 @@
 
    array( 'pkg'     => 'libisoburn',
           'match'   => '^.*$', 
-          'replace' => "https://dev.lovelyhq.com/libburnia/libisoburn/-/tags"; 
),
+          'replace' => 
"https://dev.lovelyhq.com/libburnia/libisoburn/releases"; ),
 
    array( 'pkg'     => 'libisofs',
           'match'   => '^.*$', 
-          'replace' => "https://dev.lovelyhq.com/libburnia/libisofs/-/tags"; ),
+          'replace' => "https://dev.lovelyhq.com/libburnia/libisofs/releases"; 
),
 
    array( 'pkg'     => 'libburn',
           'match'   => '^.*$', 
-          'replace' => "https://dev.lovelyhq.com/libburnia/libburn/-/tags"; ),
+          'replace' => "https://dev.lovelyhq.com/libburnia/libburn/releases"; ),
 
    array( 'pkg'     => 'gvolwheel',
           'match'   => '^.*$', 
-- 
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