Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
debootstrap
> debootstrap-no-root-install.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File debootstrap-no-root-install.diff of Package debootstrap (Revision 5)
Currently displaying revision
5
,
show latest
diff -ur debootstrap-0.3.3.1.orig/Makefile debootstrap-0.3.3.1/Makefile --- debootstrap-0.3.3.1.orig/Makefile 2007-01-19 10:32:26.000000000 +0100 +++ debootstrap-0.3.3.1/Makefile 2007-01-19 10:33:40.000000000 +0100 @@ -24,34 +24,34 @@ mkdir -p $(DSDIR)/scripts mkdir -p $(DESTDIR)/usr/sbin mkdir -p $(DESTDIR)/usr/share/man/man8 - install -o root -g root -m 0644 potato $(DSDIR)/scripts/ - install -o root -g root -m 0644 woody $(DSDIR)/scripts/ - install -o root -g root -m 0644 woody.buildd $(DSDIR)/scripts/ - install -o root -g root -m 0644 sarge $(DSDIR)/scripts/ - install -o root -g root -m 0644 sarge.buildd $(DSDIR)/scripts/ - install -o root -g root -m 0644 sarge.fakechroot $(DSDIR)/scripts/ - install -o root -g root -m 0644 sid $(DSDIR)/scripts/ - install -o root -g root -m 0644 warty $(DSDIR)/scripts/ - install -o root -g root -m 0644 warty.buildd $(DSDIR)/scripts/ - install -o root -g root -m 0644 hoary $(DSDIR)/scripts/ - install -o root -g root -m 0644 hoary.buildd $(DSDIR)/scripts/ - install -o root -g root -m 0644 breezy $(DSDIR)/scripts/ - install -o root -g root -m 0644 functions $(DSDIR)/ + install -m 0644 potato $(DSDIR)/scripts/ + install -m 0644 woody $(DSDIR)/scripts/ + install -m 0644 woody.buildd $(DSDIR)/scripts/ + install -m 0644 sarge $(DSDIR)/scripts/ + install -m 0644 sarge.buildd $(DSDIR)/scripts/ + install -m 0644 sarge.fakechroot $(DSDIR)/scripts/ + install -m 0644 sid $(DSDIR)/scripts/ + install -m 0644 warty $(DSDIR)/scripts/ + install -m 0644 warty.buildd $(DSDIR)/scripts/ + install -m 0644 hoary $(DSDIR)/scripts/ + install -m 0644 hoary.buildd $(DSDIR)/scripts/ + install -m 0644 breezy $(DSDIR)/scripts/ + install -m 0644 functions $(DSDIR)/ # no special script for etch anymore ln -s sid $(DSDIR)/scripts/etch - install -o root -g root -m 0755 debootstrap.8 $(DESTDIR)/usr/share/man/man8/ - install -o root -g root -m 0755 debootstrap $(DESTDIR)/usr/sbin/ + install -m 0755 debootstrap.8 $(DESTDIR)/usr/share/man/man8/ + install -m 0755 debootstrap $(DESTDIR)/usr/sbin/ install-allarch: install - install -o root -g root -m 0644 devices-std.tar.gz \ + install -m 0644 devices-std.tar.gz \ $(DSDIR)/devices.tar.gz install-arch: install - install -o root -g root -m 0755 pkgdetails $(DSDIR)/ - install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/ - install -o root -g root -m 0644 debootstrap-arch $(DSDIR)/arch + install -m 0755 pkgdetails $(DSDIR)/ + install -m 0644 devices.tar.gz $(DSDIR)/ + install -m 0644 debootstrap-arch $(DSDIR)/arch pkgdetails: pkgdetails.o $(CC) -o $@ $^