aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2016-01-07 10:54:19 -0800
committerJohn MacFarlane <[email protected]>2016-01-07 10:54:24 -0800
commit24e31d6ef361907d222d6fea3afad6b53f1a16b3 (patch)
tree8cc8a5a8754a548caf0f401283be3f86fbee41f5
parentdbdafb28554f8fd2b4f35bc5fd7f0249d83d2fd3 (diff)
deb/Makefile: Renamed COMMIT -> TREEnew1.16deb
-rw-r--r--deb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deb/Makefile b/deb/Makefile
index 0c4262fc0..c947d5d75 100644
--- a/deb/Makefile
+++ b/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: