mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -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() {
|
||||
cd ./test || die
|
||||
./test.sh || die
|
||||
cd ./tests || die
|
||||
source test.sh || die
|
||||
cd .. || die
|
||||
}
|
||||
src_install() {
|
||||
dobin reop
|
||||
|
||||
Reference in New Issue
Block a user