Author: pierre
Date: Tue Mar 26 00:53:17 2019
New Revision: 4088

Log:
Unset MAKELEVEL in BLFS scriptlets. Fixes #1720.

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Mon Mar 25 14:47:04 2019        (r4087)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Tue Mar 26 00:53:17 2019        (r4088)
@@ -124,7 +124,11 @@
 
         <!-- Creating the scripts -->
       <exsl:document href="{$order}-z-{$filename}" method="text">
-        <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
+        <xsl:text>#!/bin/bash
+set -e
+unset MAKELEVEL
+
+</xsl:text>
         <xsl:choose>
           <!-- Package page -->
           <xsl:when test="sect2[@role='package']">
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to