~ubuntu-branches/ubuntu/hardy/debootstrap/hardy-backports

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-21 11:36:48 UTC
  • mfrom: (0.1.8 maverick)
  • Revision ID: james.westby@ubuntu.com-20101021113648-fac3y327xkwbmdte
Tags: 1.0.23ubuntu1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        mkdir -p $(DSDIR)/scripts
14
14
        mkdir -p $(DESTDIR)/usr/sbin
15
15
 
16
 
        install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/
17
 
        install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
 
16
        cp -a scripts/* $(DSDIR)/scripts/
18
17
        install -o root -g root -m 0644 functions $(DSDIR)/
19
18
 
20
 
        # no special script for etch anymore
21
 
        ln -s sid $(DSDIR)/scripts/etch
22
 
        ln -s sid $(DSDIR)/scripts/etch-m68k
23
 
        ln -s sid $(DSDIR)/scripts/lenny
24
 
        ln -s sid $(DSDIR)/scripts/squeeze
25
 
 
26
 
        ln -s gutsy $(DSDIR)/scripts/hardy
27
 
        ln -s gutsy $(DSDIR)/scripts/intrepid
28
 
        ln -s gutsy $(DSDIR)/scripts/jaunty
29
 
        ln -s gutsy $(DSDIR)/scripts/karmic
30
 
        ln -s gutsy $(DSDIR)/scripts/lucid
31
 
        ln -s gutsy $(DSDIR)/scripts/maverick
32
 
 
33
19
        sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
34
20
        chown root:root $(DESTDIR)/usr/sbin/debootstrap
35
21
        chmod 0755 $(DESTDIR)/usr/sbin/debootstrap