Author: bdubbs
Date: Mon Sep 18 18:21:07 2017
New Revision: 19253

Log:
Tweak js38 and js52 script

Modified:
   trunk/scripts/blfs-chapter09.php

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Mon Sep 18 17:21:13 2017        (r19252)
+++ trunk/scripts/blfs-chapter09.php    Mon Sep 18 18:21:07 2017        (r19253)
@@ -10,6 +10,9 @@
 
 $renames = array();
 $renames[ 'node-v'  ] = 'node.js';
+$renames[ 'mozjs'   ] = 'js38';
+$renames[ 'mozjs1'  ] = 'js52';
+
 $ignores = array();
 
 //$current="libdaemon"; // For debugging
@@ -151,7 +154,8 @@
 
   if ( isset( $current ) && $book_index != "$current" ) return 0;
 
-  if ( $package == "mozjs" ) return "manual";
+  if ( $package == "mozjs"  ) return "manual";
+  if ( $package == "mozjs1" ) return "manual";
 
   // Fix up directory path
   foreach ( $url_fix as $u )
-- 
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