Skip to content

Commit

Permalink
cannadic.eclass: fix src_install for EAPI > 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Jul 12, 2017
1 parent b6ada62 commit 4fafafb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/cannadic.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ dicsdir-install() {
cannadic_src_install() {
local f
for f in *.c[btl]d *.t; do
cannadic-install "${f}"
if [[ -s "${f}" ]]; then
cannadic-install "${f}"
fi
done 2> /dev/null

dicsdir-install || die
Expand Down

0 comments on commit 4fafafb

Please sign in to comment.