Browse Source

* changed mnemosyne/runit-shutdown to not install pidof or killall5 replacements for embedded/uclibc

legacy/multilib
Alejandro Mery 20 years ago
parent
commit
459962e6a7
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      pkg_conf/runit-shutdown.conf

+ 4
- 0
pkg_conf/runit-shutdown.conf

@ -0,0 +1,4 @@
if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" = "embedded" -a "$SDECFG_TRG_MNEMOSYNE_LIBC" = "uclibc" ]; then
echo_status "Not installing pidof or killall5 now"
var_append patchfiles ' ' $mnemosynedir/pkg_diff/uclibc-embedded-runit-shutdown.diff
fi

Loading…
Cancel
Save