inst: cleanup installer making it not rely on path containing .

always explicitely execute installer modules with ./name instead
of relying that the path contians the dot.
This commit is contained in:
cinap_lenrek 2013-10-26 20:17:56 +02:00
parent 744dbd6bb8
commit 0d378e905e
14 changed files with 19 additions and 103 deletions

View file

@ -4,7 +4,7 @@ if(test -w /dev/wctl)
echo scroll > /dev/wctl
cd /bin/inst
. defs
. ./defs
textinst=1
export textinst
@ -13,5 +13,4 @@ export textinst
rm -f /srv/log
echo 2 >/srv/log
log `{date} Installation process started
inst/mainloop
exec ./mainloop