ca6c813
diff -ur debootstrap.orig/Makefile debootstrap/Makefile
ca6c813
--- debootstrap.orig/Makefile	2009-09-21 11:23:11.000000000 -0400
ca6c813
+++ debootstrap/Makefile	2009-09-30 13:01:27.151069252 -0400
ca6c813
@@ -13,9 +13,9 @@
ee64cf8
 	mkdir -p $(DSDIR)/scripts
ee64cf8
 	mkdir -p $(DESTDIR)/usr/sbin
ee64cf8
 
661dbdf
-	install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/
661dbdf
-	install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
661dbdf
-	install -o root -g root -m 0644 functions $(DSDIR)/
ee64cf8
+	install -m 0644 scripts/debian/* $(DSDIR)/scripts/
ee64cf8
+	install -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
ee64cf8
+	install -m 0644 functions $(DSDIR)/
661dbdf
 
661dbdf
         # no special script for etch anymore
661dbdf
 	ln -s sid $(DSDIR)/scripts/etch
ca6c813
@@ -30,10 +30,9 @@
ca6c813
 	ln -s gutsy $(DSDIR)/scripts/lucid
661dbdf
 
661dbdf
 	sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
661dbdf
-	chown root:root $(DESTDIR)/usr/sbin/debootstrap
661dbdf
 	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
661dbdf
 
661dbdf
-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
661dbdf
+	install -m 0644 devices.tar.gz $(DSDIR)/
661dbdf
 
661dbdf
 devices.tar.gz:
661dbdf
 	rm -rf dev