X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2Frawhide-bootstrap;h=6729a6d416db357b92d8a29e4512609fd362592a;hp=39c63d1bf32718b9b057a3b4fe738c43ff4ebfa8;hb=603a7c02633bf8e9f67fdf972806803b3f533de5;hpb=79663e5919c7d92725d3056db3d8eff9f0efff95 diff --git a/src/rawhide-bootstrap b/src/rawhide-bootstrap index 39c63d1..6729a6d 100755 --- a/src/rawhide-bootstrap +++ b/src/rawhide-bootstrap @@ -77,7 +77,7 @@ while read -r key val;do EOH # Workaround coreutils: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199840 -mkdir -p $ROOT/bin +mkdir -p $ROOT/{bin,etc/rpm} cp -p /bin/{cat,rm} $ROOT/bin/ cp -p /etc/rpm/platform $ROOT/etc/rpm/ cp -p /etc/rpm/macros $ROOT/etc/rpm/ || echo May be missing @@ -184,6 +184,7 @@ perl binutils hfsutils tcl +nash EOH ` mkdir -p $ROOT/var/lock/rpm