summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2014-01-27 20:42:11 +0100
committerNick Østergaard2014-01-27 20:42:11 +0100
commit8fb8a9ae35a5d1571dfcd0e1911d4bd8ffc05db7 (patch)
tree0440748f6f89167526c00078c241b75011256ac8
parent87dc5f7bebd7e0f2fb3065a9078aad2219532502 (diff)
downloadaur-8fb8a9ae35a5d1571dfcd0e1911d4bd8ffc05db7.tar.gz
Fix GPX install path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bced7a0e3056..6a8a996fa280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ build() {
package() {
cd "$srcdir/$_gitname-build"
- make PREFIX="$pkgdir/" install
+ make PREFIX="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et: