Lines 71-73
Link Here
|
71 |
run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \ |
71 |
run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \ |
72 |
|| die "Tests fail with ${EPYTHON}" |
72 |
|| die "Tests fail with ${EPYTHON}" |
73 |
} |
73 |
} |
|
|
74 |
|
75 |
src_install() { |
76 |
newinitd "${FILESDIR}"/flexget-1.2.31 flexgetd |
77 |
newconfd "${FILESDIR}"/flexget_conf flexgetd |
78 |
} |
79 |
|
80 |
pkg_postinst() { |
81 |
elog "You will need to set up your /etc/conf.d/flexgetd file" |
82 |
elog "before running flexget daemon via init.d" |
83 |
} |