mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-26 01:27:24 +08:00
snap: strip
executable during installation
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user