Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > ddef7a8401ea85f937e3ee1065123cb1 > files > 2

debootstrap-1.0.25-1.fc13.src.rpm

diff -u -uNPrp debootstrap/Makefile debootstrap.new/Makefile
--- debootstrap/Makefile	2010-10-25 15:59:20.151248078 +0200
+++ debootstrap.new/Makefile	2010-10-25 16:04:52.814373124 +0200
@@ -14,13 +14,12 @@ 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
 
-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
+	install -m 0644 devices.tar.gz $(DSDIR)/
 
 devices.tar.gz:
 	rm -rf dev