Date: Monday, February 4, 2013 @ 09:04:44
Author: jelle
Revision: 83639
clean-up $pkgdir usage
Modified:
vim-pastie/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-04 08:03:24 UTC (rev 83638)
+++ PKGBUILD 2013-02-04 08:04:44 UTC (rev 83639)
@@ -13,7 +13,7 @@
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"