Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipbb add symlink always creates absolute links #188

Open
thasti opened this issue Sep 8, 2023 · 0 comments
Open

ipbb add symlink always creates absolute links #188

thasti opened this issue Sep 8, 2023 · 0 comments

Comments

@thasti
Copy link

thasti commented Sep 8, 2023

When using ipbb add symlink like so:

ipbb add symlink ../ipbus/ipbus-firmware

The symlink in the src directory will still be created as an absolute link. This is less than ideal, especially when sharing the project setup within e.g. a git repository.

A manual workaround is to just cd src/ && ln -s ../ipbus/ipbus-firmware ipbus-firmware manually, which seems to do the same and work just fine. Would be nice if the add symlink command would respect the path given, or at least offer an option to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant