1
0
Fork 0

미반영분 추가

This commit is contained in:
Sangbum Kim 2016-03-28 13:30:08 +09:00
parent 8b721d2cf9
commit 7a22fb39a0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pkgver() {
prepare(){
cd "$srcdir/$pkgname"
patch -p1 -i "$srcdir/01-regexp-copy-add.patch"
patch -p1 -i "$srcdir/01-remove-golang16-dependency.patch"
mkdir -p "${srcdir}/gopath"
export GOPATH="${srcdir}/gopath"
}