From de0d3e003c412e9d1e28bff76f40fa10086e7233 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 22 Feb 2012 16:37:57 +0000 Subject: Drop the .tarball-version hack, no longer remove .git*. We've switched to using real repositories in the build root now. --- bison.morph | 2 -- 1 file changed, 2 deletions(-) diff --git a/bison.morph b/bison.morph index ff915360..6b847f6f 100644 --- a/bison.morph +++ b/bison.morph @@ -2,8 +2,6 @@ "name": "bison", "kind": "chunk", "configure-commands": [ - "rm .git*", - "echo \"$(grep '* Changes in version' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f5)-123456\" > .tarball-version", "bash bootstrap --skip-po", "./configure --prefix=/usr --disable-nls" ], -- cgit v1.2.1