Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

huffup broken symbolic link #227

Closed
MathisGD opened this issue Nov 4, 2022 · 0 comments · Fixed by #228
Closed

huffup broken symbolic link #227

MathisGD opened this issue Nov 4, 2022 · 0 comments · Fixed by #228

Comments

@MathisGD
Copy link
Contributor

MathisGD commented Nov 4, 2022

huffup, when used with --path to install a local repo does not work for me. The error is:

huffup: command failed: ln -s PWD/target/release/huffc HUFF_BIN_DIR/huffc

because HUFF_BIN_DIR/huffc already exists.

I think that we want to link PWD/target/release/huffc with HUFF_BIN_DIR/huffc and not HUFF_BIN_DIR/huff.

ensure ln -s "$PWD/target/release/huffc" "$HUFF_BIN_DIR/huff"

MathisGD added a commit to MathisGD/huff-rs that referenced this issue Nov 4, 2022
Maddiaa0 pushed a commit that referenced this issue Jan 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants