|
Release v1.0.0 of schemesh introduced a number of new shell built-in
commands. One of these is 'dir' which provides structured filesystem
output. The Makefile automatically builds this and installs it at
/usr/bin/dir
However Arch's standard 'coreutils' library also provides a utility
at the same filepath, meaning that the schemesh package was failing to
install due to file conflicts.
After [raising an issue with
upstream](https://github.com/cosmos72/schemesh/issues/38) it emerged
that this dir binary is not required as schemesh does indeed have that
functionality available as a builtin command.
|