mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 04:50:29 -07:00
snap: strip
executable during installation
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
parent
638eb88a5a
commit
9477e26858
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ parts:
|
||||||
cabal install -j
|
cabal install -j
|
||||||
|
|
||||||
install -d "${CRAFT_PART_INSTALL}/usr/bin"
|
install -d "${CRAFT_PART_INSTALL}/usr/bin"
|
||||||
install ~/.cabal/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin"
|
install --strip ~/.cabal/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue