Blob Blame History Raw
diff -urp debootstrap.orig/Makefile debootstrap/Makefile
--- debootstrap.orig/Makefile	2007-11-17 19:17:15.000000000 +0100
+++ debootstrap/Makefile	2007-11-17 19:19:11.000000000 +0100
@@ -1,7 +1,8 @@
 # avoid dpkg-dev dependency; fish out the version with sed
 VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
 
-ARCH := $(shell dpkg --print-architecture)
+# Not used at all
+#ARCH := $(shell dpkg --print-architecture)
 
 MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi)