Author: pierre
Date: Fri Feb  2 13:10:16 2018
New Revision: 4034

Log:
Impose -pass1 to be built before its dependant package (bug #1718)

Modified:
   jhalfs/trunk/BLFS/libs/func_dependencies

Modified: jhalfs/trunk/BLFS/libs/func_dependencies
==============================================================================
--- jhalfs/trunk/BLFS/libs/func_dependencies    Fri Feb  2 13:06:49 2018        
(r4033)
+++ jhalfs/trunk/BLFS/libs/func_dependencies    Fri Feb  2 13:10:16 2018        
(r4034)
@@ -316,7 +316,7 @@
   done
   } <$node
   for id_of_dep in $lines_to_change; do
-    sed "/\ $id_of_dep\$/"'{s/ f / b /;s/$/-pass1/}' -i $node
+    sed "/\ $id_of_dep\$/"'{s/[[:digit:]] f /1 b /;s/$/-pass1/}' -i $node
   done
 done
 } # End clean_subgraph
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to