From 66d2fbb21c1fc21a88bcfbb1bdd2a60159476a72 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 29 Apr 2019 20:56:48 -0400
Subject: build: Drop Debian bootstrap hack

---
diff --git a/build b/build
index 23294db..0740378 100755
--- a/build
+++ b/build
@@ -12,9 +12,7 @@ nop:
 	@:
 
 configure:
-	# Temporary hack for bootstrap on Debian.
 	tcl="/usr/lib/$(OPK_HOST_ARCH)/tcl$(TCL_V)"; \
-	[ -f /etc/debian_version ] && tcl="/usr/lib/tcl$(TCL_V)"; \
 	oh-autoconfigure -- \
 		--enable-shared \
 		--enable-threads \
--
cgit v0.9.1