Skip to content

Commit 194ca61

Browse files
committed
snap: Update path to completions
They were moved in 34f21c8 Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 0f190f6 commit 194ca61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

snap/snapcraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5353
apps:

0 commit comments

Comments
 (0)