summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/make.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/make.lorry b/open-source-lorries/make.lorry
index c82de67..6bbe400 100644
--- a/open-source-lorries/make.lorry
+++ b/open-source-lorries/make.lorry
@@ -2,5 +2,11 @@
"make": {
"type": "bzr",
"url": "lp:make"
+ },
+ "make-tarball": {
+ "type": "tarball",
+ "url": "http://git.savannah.gnu.org/cgit/make.git/snapshot/make-4.1.tar.gz",
+ "compression": "gzip",
+ "strip": "1"
}
}