|
|
@ -11,7 +11,7 @@ depends() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
install() { |
|
|
|
install() { |
|
|
|
inst_hook pre-pivot 99 "$moddir/caps.sh" |
|
|
|
inst_hook pre-pivot 00 "$moddir/caps.sh" |
|
|
|
inst $(type -P capsh 2>/dev/null) /usr/sbin/capsh |
|
|
|
inst $(type -P capsh 2>/dev/null) /usr/sbin/capsh |
|
|
|
# capsh wants bash and we need bash also |
|
|
|
# capsh wants bash and we need bash also |
|
|
|
inst /bin/bash && ln -sf bash "${initdir}/bin/sh" |
|
|
|
inst /bin/bash && ln -sf bash "${initdir}/bin/sh" |
|
|
|