summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2013-02-04 08:04:44 +0000
committerJelle van der Waa2013-02-04 08:04:44 +0000
commit2929c17900c619023729e2774504b9b28a1bdb22 (patch)
tree5f0e6de65dd7fa311dc13776e768b155c168a485
parente6c1bb12c8ad81fa37fed751ab2fbb9481f06d3e (diff)
downloadaur-2929c17900c619023729e2774504b9b28a1bdb22.tar.gz
clean-up $pkgdir usage
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526db32904f0..5016893b367c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('ruby' 'vim')
source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid" license.txt)
md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-build() {
+package() {
cd "$srcdir"
local installpath="$pkgdir/usr/share/vim/vimfiles"