Browse Source

remove distro info copy

Bob Mottram 8 years ago
parent
commit
7682b9d557
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/freedombone-image-vmdebootstrap

+ 0
- 5
src/freedombone-image-vmdebootstrap View File

38
     git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
38
     git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
39
 fi
39
 fi
40
 
40
 
41
-if [ ! -d /usr/share/distro-info ]; then
42
-    sudo mkdir -p /usr/share/distro-info
43
-    cp distro-info/* /usr/share/distro-info
44
-fi
45
-
46
 cd vendor/vmdebootstrap
41
 cd vendor/vmdebootstrap
47
 git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
42
 git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
48
 for f in ../../vendor-patches/vmdebootstrap/* ; do
43
 for f in ../../vendor-patches/vmdebootstrap/* ; do