Remove bad spaces in expat/build.sh
This commit is contained in:
parent
e92ccd7de5
commit
c9a12c86c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ bad=""
|
|||
ext="dev"
|
||||
|
||||
fetch() {
|
||||
pkgver_r = $(echo $pkgver | tr '.' '_')
|
||||
pkgver_r=$(echo $pkgver | tr '.' '_')
|
||||
curl -L https://github.com/libexpat/libexpat/releases/download/R_2_2_10/$pkgname-$pkgver.tar.xz -o $pkgname-$pkgver.tar.gz
|
||||
tar -xf $pkgname-$pkgver.tar.gz
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue