From 9de1e16904bf148de1fd2a307452d2c84444bee8 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Mon, 19 Aug 2019 20:23:38 +0200 Subject: [PATCH] busybox and rc updates. --- busybox/recipe.spec | 2 +- rc/recipe.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/busybox/recipe.spec b/busybox/recipe.spec index 4419a28..39ba3ef 100644 --- a/busybox/recipe.spec +++ b/busybox/recipe.spec @@ -13,4 +13,4 @@ sources: https://busybox.net/downloads/busybox-%{version}.tar.bz2 mkdir -p '%{pkg}/usr/sbin' cp busybox-%{version}/busybox '%{pkg}/bin/busybox' chroot '%{pkg}' /bin/busybox --%{name} -s - + mv '%{pkg}/usr/sbin/killall5' '%{pkg}/sbin/' diff --git a/rc/recipe.spec b/rc/recipe.spec index a6ac1bc..abdf8e4 100644 --- a/rc/recipe.spec +++ b/rc/recipe.spec @@ -9,6 +9,8 @@ sources: https://git.karchnu.fr/JunkOS/rc/archive/579e431144e33b2510260b1bce5505 true @install + mkdir -p '%{pkg}/proc' + mkdir -p '%{pkg}/sys' + mkdir -p '%{pkg}/dev' mkdir -p '%{pkg}/etc' cp rc/* '%{pkg}/etc/' -