commit fc05e12e59f41274f14145b23031e13ca955fc78
parent 80139f518a771fcac79f99856141857f4c4ac2ac
Author: ccx <root@dorje.wpr.cz>
Date: Mon, 29 Mar 2021 18:23:02 +0200
Change into target directory.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/install b/install
@@ -64,7 +64,8 @@ install_dot() {
eval "export sm_dst_${submodule//-/_}"='$sm_dst[$submodule]'
done
- s6-mkdir -p command || exit $?
+ s6-mkdir -p ${sm_dst[.]}/command || exit $?
+ cd ${sm_dst[.]} || exit $?
ln_from_sub package package package
ln_sub_command package
ln_sub s6-rc s6-rc-source