1
0
Fork 0

[PKGBUILD] Update.

This commit is contained in:
Alexander Andreev 2022-01-02 22:59:42 +04:00
parent 5ef2d85eac
commit 6e3d38b084
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ makedepends=('go')
build() {
cd "$srcdir/$pkgname"
make
make DESTDIR="$pkgdir/"
}
package() {