install.sh: Treat $binpath as target directory.
In case $binpath/$bin is an already existing directory, the command
mv "$bin" "$binpath/$bin"
would store the binary in the place $binpath/$bin/$bin. I guess this is
not the expected behavior. Therefore I used the -t option of `mv' to
specify the target directory explicitly.
License: MIT
Signed-off-by:
Stephan Kulla <git.mail@kulla.me>
正在显示
请
注册
或者
登录
后发表评论