public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] cdrom: Cleanup everything after mastering
@ 2020-03-23 19:34 Michael Tremer
  2020-03-23 19:34 ` [PATCH 2/4] lfs: Drop quotes in DEPS variable Michael Tremer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Tremer @ 2020-03-23 19:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/cdrom | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lfs/cdrom b/lfs/cdrom
index f18b80a03..175a5aedc 100644
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -255,6 +255,9 @@ endif
 	cd $(DIR_TMP)/cdrom && mkisofs $(ISO_ARGS) \
 		-o /install/images/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso .
 
+	# Cleanup everything
+	rm -rf $(DIR_TMP)/cdrom
+
 ifeq "$(HAS_ISOLINUX)" "1"
 	isohybrid $(ISOHYBRID_ARGS) /install/images/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
 endif
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-23 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 19:34 [PATCH 1/4] cdrom: Cleanup everything after mastering Michael Tremer
2020-03-23 19:34 ` [PATCH 2/4] lfs: Drop quotes in DEPS variable Michael Tremer
2020-03-23 19:34 ` [PATCH 3/4] Config: Refactor mastering packages Michael Tremer
2020-03-23 19:34 ` [PATCH 4/4] core-updates: Ensure we have no temporary data in the package Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox