Replace pkgdir with srcdir for gopath.
This commit is contained in:
parent
3ecd86db10
commit
38b427815f
@ -25,7 +25,7 @@ md5sums=('SKIP')
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
export GOPATH="$pkgdir"/gopath
|
||||
export GOPATH="$srcdir"/gopath
|
||||
|
||||
if [ ! -f "$(go env GOPATH)/bin/jade" ]; then
|
||||
make DESTDIR="$pkgdir" install-jade
|
||||
|
Loading…
Reference in New Issue
Block a user