app-crypt/sops: fix sops executable build

This commit is contained in:
odrling 2024-03-22 14:50:14 +01:00
parent bb11a46949
commit e31c134fcf
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RESTRICT="mirror"
DOCS=( {CHANGELOG,README}.rst )
src_compile() {
ego build
ego build -o sops ./cmd/sops
}
src_test() {