Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37518302
en ru br
ALT Linux repos
S:1.0.132-alt1

Group :: System/Base
RPM: debootstrap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: debootstrap-perms.patch
Download


--- debootstrap.orig/Makefile
+++ debootstrap/Makefile
@@ -11,8 +11,7 @@ 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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin