mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gendesk fix
This commit is contained in:
parent
c6adf01e36
commit
13e42b759e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ prepare() {
|
|||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
GOPATH="$SRCDIR" go build
|
||||
GOPATH="$srcdir" go build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue