|
Lines 788-794
Link Here
|
| 788 |
|
788 |
|
| 789 |
__eapi4_src_install() { |
789 |
__eapi4_src_install() { |
| 790 |
if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then |
790 |
if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then |
| 791 |
emake DESTDIR="${D}" install |
791 |
emake DESTDIR="${ED}" install |
| 792 |
fi |
792 |
fi |
| 793 |
|
793 |
|
| 794 |
if ! declare -p DOCS &>/dev/null ; then |
794 |
if ! declare -p DOCS &>/dev/null ; then |
|
Lines 816-822
Link Here
|
| 816 |
|
816 |
|
| 817 |
__eapi6_src_install() { |
817 |
__eapi6_src_install() { |
| 818 |
if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then |
818 |
if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then |
| 819 |
emake DESTDIR="${D}" install |
819 |
emake DESTDIR="${ED}" install |
| 820 |
fi |
820 |
fi |
| 821 |
|
821 |
|
| 822 |
einstalldocs |
822 |
einstalldocs |