File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ parts:
4343 cd "${CRAFT_PART_SRC}"
4444 cargo build --release -p framework_tool --features nvidia
4545 install -Dm755 target/release/framework_tool "${CRAFT_PART_INSTALL}/bin/framework_tool"
46- install -Dm644 "${CRAFT_PART_SRC}/completions/bash/framework_tool" \
46+ install -Dm644 "${CRAFT_PART_SRC}/framework_tool/ completions/bash/framework_tool" \
4747 "${CRAFT_PART_INSTALL}/share/bash-completion/completions/framework_tool"
48- install -Dm644 "${CRAFT_PART_SRC}/completions/zsh/_framework_tool" \
48+ install -Dm644 "${CRAFT_PART_SRC}/framework_tool/ completions/zsh/_framework_tool" \
4949 "${CRAFT_PART_INSTALL}/share/zsh/site-functions/_framework_tool"
50- install -Dm644 "${CRAFT_PART_SRC}/completions/fish/framework_tool.fish" \
50+ install -Dm644 "${CRAFT_PART_SRC}/framework_tool/ completions/fish/framework_tool.fish" \
5151 "${CRAFT_PART_INSTALL}/share/fish/vendor_completions.d/framework_tool.fish"
5252
5353apps :
You can’t perform that action at this time.
0 commit comments