Recent systems prohibit symlink for relative loading
This commit is contained in:
parent
316caf6b39
commit
d20a120b03
@ -54,7 +54,7 @@ end
|
||||
alias ln_dir_safe ln_safe
|
||||
|
||||
case RUBY_PLATFORM
|
||||
when /linux/
|
||||
when /linux/, /darwin/, /solaris/
|
||||
def ln_exe(src, dest)
|
||||
ln(src, dest, force: true)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user