You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
Running make install results in a permission denied. sudo make install works but fails at sed -i "/usr/bin/ds" -e "s#LIBDIR=.*#LIBDIR=\"/usr/lib/ds\"#" with the error: sed: -i may not be used with stdin
The text was updated successfully, but these errors were encountered:
macOS is based on BSD, as far as I know, so there may be some small differences between it and GNU/Linux. These scripts were never meant to be used on macOS.
If you wish you can try to fix it and make it work on macOS as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
make install
results in a permission denied.sudo make install
works but fails atsed -i "/usr/bin/ds" -e "s#LIBDIR=.*#LIBDIR=\"/usr/lib/ds\"#"
with the error:sed: -i may not be used with stdin
The text was updated successfully, but these errors were encountered: