Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 884406f6cf08eb73c8eb5abf9e9f050d > files > 2

debootstrap-1.0.32-1.fc14.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
 
 ifneq ($(shell uname),GNU)
-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
+	install -m 0644 devices.tar.gz $(DSDIR)/
 endif
 
 devices.tar.gz: