mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
app-crypt/reop: fix typo in tests, still fails to compile
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -18,8 +18,9 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
cd ./test || die
|
cd ./tests || die
|
||||||
./test.sh || die
|
source test.sh || die
|
||||||
|
cd .. || die
|
||||||
}
|
}
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin reop
|
dobin reop
|
||||||
|
|||||||
Reference in New Issue
Block a user