Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 35bdfec5e6208ccbe72780c6443d2dea > files > 2

debootstrap-1.0.50-1.fc18.src.rpm

--- debootstrap.orig/Makefile
+++ debootstrap/Makefile
@@ -19,14 +19,13 @@ install:
 	mkdir -p $(DESTDIR)/usr/sbin
 
 	cp -a scripts/* $(DSDIR)/scripts/
-	install -o root -g root -m 0644 functions $(DSDIR)/
+	install -m 0644 functions $(DSDIR)/
 
 	sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
-	chown root:root $(DESTDIR)/usr/sbin/debootstrap
 	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
 
 ifeq ($(shell uname),Linux)
-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
+	install -m 0644 devices.tar.gz $(DSDIR)/
 endif
 
 devices.tar.gz: