Fixed path in n900 gps
This commit is contained in:
parent
741ce3b36f
commit
38c3a4b111
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ subpackages=""
|
|||
source="${pkgname}-${pkgver}.tar.gz::https://gitlab.com/postmarketOS/gps-nokia-n900/-/archive/v${pkgver}/gps-nokia-n900-v${pkgver}.tar.gz"
|
||||
options="!check"
|
||||
|
||||
builddir="$srcdir"/"$pkgname"-"$pkgver"
|
||||
builddir="$srcdir"/"$pkgname"-"v$pkgver"
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue