Skip to content
Browse files

deb/Makefile: Renamed COMMIT -> TREE

  • Loading branch information...
1 parent dbdafb2 commit 24e31d6ef361907d222d6fea3afad6b53f1a16b3 @jgm committed
Showing with 2 additions and 2 deletions.
  1. +2 −2 deb/Makefile
View
4 deb/Makefile
@@ -1,11 +1,11 @@
-COMMIT?=HEAD
+TREE?=HEAD
VAGRANTBOX?=debian/wheezy64
.PHONY: package clean
package:
VAGRANTBOX=$(VAGRANTBOX) vagrant up
- vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(COMMIT) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/'
+ vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/'
vagrant halt
clean:

0 comments on commit 24e31d6

Please sign in to comment.
Something went wrong with that request. Please try again.