diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-16 19:05:50 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-16 19:05:50 +1200 |
| commit | d356ec4872a460581a5054acfc7a79cf8cec1e83 (patch) | |
| tree | 3d55fae0a0e789f7031e068ea44d591bc796a3a0 /meta-yerba/recipes-core/runit/runit-config.bb | |
| parent | efe509274f2f3df0097cac7e3e54dc670ec7d5b7 (diff) | |
| download | yerbalinux-d356ec4872a460581a5054acfc7a79cf8cec1e83.tar.xz yerbalinux-d356ec4872a460581a5054acfc7a79cf8cec1e83.zip | |
Runit is now functional
Diffstat (limited to 'meta-yerba/recipes-core/runit/runit-config.bb')
| -rw-r--r-- | meta-yerba/recipes-core/runit/runit-config.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yerba/recipes-core/runit/runit-config.bb b/meta-yerba/recipes-core/runit/runit-config.bb index 1ad9251..d8a45f0 100644 --- a/meta-yerba/recipes-core/runit/runit-config.bb +++ b/meta-yerba/recipes-core/runit/runit-config.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SRC_URI = "file://1 file://2 file://3" do_install() { - install -d ${D}/etc/runit ${D}/etc/service ${D}/sbin ${D}/etc/runit/sv ${D}/etc/sv + install -d ${D}/etc/runit ${D}/etc/service ${D}/etc/runit/sv ${D}/etc/sv install -m 0755 ${WORKDIR}/1 ${D}/etc/runit/1 install -m 0755 ${WORKDIR}/2 ${D}/etc/runit/2 |
