remove distro info copy

This commit is contained in:
Bob Mottram 2016-09-05 21:52:25 +01:00
parent e86f90d2f9
commit 7682b9d557
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ else
git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
fi
if [ ! -d /usr/share/distro-info ]; then
sudo mkdir -p /usr/share/distro-info
cp distro-info/* /usr/share/distro-info
fi
cd vendor/vmdebootstrap
git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
for f in ../../vendor-patches/vmdebootstrap/* ; do