Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
debootstrap
> debootstrap-1.0.15-no-root-install.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File debootstrap-1.0.15-no-root-install.diff of Package debootstrap
--- Makefile.orig 2009-04-24 14:51:54.000000000 +0200 +++ Makefile 2009-08-10 13:54:54.000000000 +0200 @@ -15,9 +15,9 @@ mkdir -p $(DSDIR)/scripts mkdir -p $(DESTDIR)/usr/sbin - install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/ - install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/ - install -o root -g root -m 0644 functions $(DSDIR)/ + install -m 0644 scripts/debian/* $(DSDIR)/scripts/ + install -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/ + install -m 0644 functions $(DSDIR)/ # no special script for etch anymore ln -s sid $(DSDIR)/scripts/etch @@ -31,10 +31,10 @@ ln -s gutsy $(DSDIR)/scripts/karmic sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap - chown root:root $(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