From: lace <> Date: Tue, 12 Sep 2006 19:31:18 +0000 (+0000) Subject: Cleanup fix. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=33946e08b825c32ec7cdb0ee0e8a818f19adc5e9 Cleanup fix. Cosmetic. --- diff --git a/src/rawhide-bootstrap b/src/rawhide-bootstrap index 161d5c7..8377f93 100755 --- a/src/rawhide-bootstrap +++ b/src/rawhide-bootstrap @@ -38,7 +38,7 @@ function pkg KEY=/tmp/fedora-bootstrap-$$-key rm -rf $KEY -trap 'rm -f $KEY' EXIT +trap 'rm -rf $KEY' EXIT mkdir $KEY cd $KEY # wget(1) due to: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167483 @@ -137,6 +137,7 @@ readline info zlib fedora-release +fedora-release-notes cracklib-dicts mingetty iputils @@ -172,7 +173,6 @@ gdbm mcstrans libcap kpartx -fedora-release-notes EOH ` mkdir -p $ROOT/var/lock/rpm @@ -239,6 +239,7 @@ kernel-utils gcc redhat-rpm-config diffutils +gdb EOH `