[SCM] Vim packaging branch, debian, updated. upstream/7.1.ds-324-g262bb2c

James Vega jamessan at debian.org
Sun Mar 30 18:01:46 UTC 2008


The following commit has been merged in the debian branch:
commit 262bb2c34d0d1c522b68cf2eed8c4e2fea9c1de0
Author: James Vega <jamessan at debian.org>
Date:   Sun Mar 30 13:59:25 2008 -0400

    Add missing '-C' to a make invocation.

diff --git a/debian/rules b/debian/rules
index 8a042d2..fd67b16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -225,12 +225,12 @@ install-stamp-vim-basic: build-stamp-vim-basic $(DOT_IN_DEPS)
 	# UPSTREAM INSTALLATION
 	
 	cp src/{vim.basic,vim}
-	$(MAKE) src DESTDIR=$(DESTDIR) installvimbin \
-	                               installtutorbin \
-	                               installruntime \
-	                               installtools \
-	                               install-icons \
-	                               install-languages
+	$(MAKE) -C src DESTDIR=$(DESTDIR) installvimbin \
+	                                  installtutorbin \
+	                                  installruntime \
+	                                  installtools \
+	                                  install-icons \
+	                                  install-languages
 	if [ $(MAKETEST) = "yes" ]; then \
 	  $(MAKE) -C src DESTDIR=$(DESTDIR) test; \
 	fi

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list