Skip to content

Commit

Permalink
sys-apps/capa: shellcheck fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Udvare <audvare@gmail.com>
  • Loading branch information
Tatsh committed Nov 20, 2023
1 parent d245905 commit c452352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-apps/capa/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST capa-6.1.0.tar.gz 16657780 BLAKE2B 87c0386d6f02eab4403c521299bc3039e3ba381cb199e6dbbe0831290f6503d2aaa877351efdc6dc77946384e52365a18a2dceef9eb0d57398672940d9d54cfc SHA512 ad43918cf82321c8875d757313a98c2f85f7fa1a474c15c04ac275ef2f0d8679d55c3249965f842371a1deba06655de84daedbe7f9b81d494b2e8b6352f6f59f
DIST capa-rules-6.1.0.tar.gz 186186 BLAKE2B 120c08ffaba565132b69bd30f328e45d156e21edfa6d18fc0aa17d6d3802d105d973dfbde871c44ce5ba422ea5c48106c90f51f24de2613b700b0ab4d204cc66 SHA512 0d9d3bb72a4f8d62b745f02924c560277a500afae2d6ee52baac711fdaa15cb847b958317c04c4540175a7796b0a789a68c84ee8fd03942639d3bcb97356eeae
EBUILD capa-6.1.0.ebuild 1736 BLAKE2B 92faacf0a06833264281f20a19ec1f940bbe8272976e3e12afd786b4115a45c7d344fd7a96d19e809f21817448711cc796a99166ab96697d1b7b5724db381987 SHA512 050741bfce68eadab7a0026f9abe4efcb559a5c920092c488a02ae286344c6ae3521c7d3ccabebed86518add600409a381507685def0edae0132b835a0197e81
EBUILD capa-6.1.0.ebuild 1740 BLAKE2B cec9fe62e7dcc3431e1f378082ccd66a8b5a698c8fde94be21f602d090e2e31ab4c2fa00b408acbe637cac69d7094504a426837428492fa54546e97859065ff9 SHA512 74753148620db7034cd208807ee1f0d65d9de1dabadb6c4c4bacb1f0a036be83eff437b1b769dc0c7b7c368b2b73c0472480695b9fbe81b42e2f8b4ca0348428
4 changes: 2 additions & 2 deletions sys-apps/capa/capa-6.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ python_prepare_all() {

python_install_all() {
distutils-r1_python_install_all
insinto /usr/share/${PN}/rules
insinto "/usr/share/${PN}/rules"
doins -r "${WORKDIR}/${PN}-rules-${PV}/"*
insinto /usr/share/${PN}/sigs
insinto "/usr/share/${PN}/sigs"
doins sigs/*.sig
}

Expand Down

0 comments on commit c452352

Please sign in to comment.