Make /compat a relative symlink instead of an absolute symlink.
Requested by: jens
This commit is contained in:
parent
20d7cd248d
commit
2f1cb61572
@ -811,8 +811,8 @@ installFixupBin(dialogMenuItem *self)
|
||||
|
||||
/* BOGON #4: /compat created by default in root fs */
|
||||
Mkdir("/usr/compat");
|
||||
vsystem("ln -s /usr/compat /compat");
|
||||
|
||||
vsystem("ln -s usr/compat /compat");
|
||||
|
||||
/* BOGON #5: aliases database not build for bin */
|
||||
vsystem("newaliases");
|
||||
|
||||
|
@ -811,8 +811,8 @@ installFixupBin(dialogMenuItem *self)
|
||||
|
||||
/* BOGON #4: /compat created by default in root fs */
|
||||
Mkdir("/usr/compat");
|
||||
vsystem("ln -s /usr/compat /compat");
|
||||
|
||||
vsystem("ln -s usr/compat /compat");
|
||||
|
||||
/* BOGON #5: aliases database not build for bin */
|
||||
vsystem("newaliases");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user