summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 624551cc4f74..c844f48c9bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ prepare() {
build() {
cd vim-${pkgver}
./configure \
- --prefix=/usr/share \
+ --prefix=/usr \
--localstatedir=/var/lib/vim \
--with-features=small \
--with-compiledby='Arch Linux' \