Make /compat a relative symlink instead of an absolute symlink.

Requested by:	jens
This commit is contained in:
Jordan K. Hubbard 2001-05-19 19:08:56 +00:00
parent 20d7cd248d
commit 2f1cb61572
2 changed files with 4 additions and 4 deletions

View File

@ -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");

View File

@ -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");