From 88f24a8312e1a3a15549c89ef2bfb1875c5f3ae5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 11 Feb 2009 22:48:43 +0100 Subject: [PATCH] Do some tests im the environment is sane. --- lfs/images | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/images b/lfs/images index f416cd10e..3fdd1cd36 100644 --- a/lfs/images +++ b/lfs/images @@ -73,6 +73,9 @@ ifeq "$(PASS)" "$(THISAPP)" exit 1; \ fi + # Do some tests im the environment is sane + ldconfig -r $(CDROM_DIR)/tmp + cd $(CDROM_DIR)/tmp && mksquashfs * $(IMAGES_DIR)/$(SNAME)-$(VERSION).img -b 1M endif -- 2.39.2