diff options
Diffstat (limited to 'qgis')
-rw-r--r-- | qgis/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD index c057d9194..0753052a2 100644 --- a/qgis/PKGBUILD +++ b/qgis/PKGBUILD @@ -76,7 +76,7 @@ package() { make DESTDIR="$pkgdir" install - cd "$srcdir/$_pkgname" + cd "$srcdir/$pkgname-$pkgver" install -d -m755 $pkgdir/usr/bin ln -s /opt/$pkgname/bin/qgis "$pkgdir/usr/bin/qgis-git" |