From 7e51281ea6f1be0645724ae109157705dadaab30 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 23 Feb 2012 14:12:55 +0000 Subject: [PATCH] Changed the pkgmngt part of lfs.xsl so that no script is created if packageManager.xml has not nodes for that --- LFS/lfs.xsl | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index 950d327..3303288 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -235,7 +235,7 @@ fi - + @@ -244,35 +244,39 @@ fi - - #!/bin/bash + + + #!/bin/bash set +h set -e cd $PKGDIR - - - packInstall + + packInstall rm -rf $PKG_DEST - - - + echo -e "\n\nTotalseconds: $SECONDS\n" exit - + +