Browse Source

runit: fixed to mangle etc/runit/ scripts correctly when in not-djb mode

user/amery/runit-rework
Alejandro Mery 15 years ago
parent
commit
bbc1e574cd
  1. 2
      base/runit/runit.conf

2
base/runit/runit.conf

@ -116,7 +116,7 @@ else
hook_add premake 5 "for x in ./doc/debian/*; do \
if [ -f \$x ]; then \
echo Fixing \$x... ; \
sed -i -e 's,/command:,,g' \$x ; \
sed -i -e 's,/command:,,g' -e 's,/service,/var/service,g' \$x ; \
fi ; \
done"
hook_add postinstall 8 'sed -i -e "s,/service,/var/service,g" \

Loading…
Cancel
Save