remove distro info copy
This commit is contained in:
parent
e86f90d2f9
commit
7682b9d557
|
@ -38,11 +38,6 @@ else
|
||||||
git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
|
git clone git://git.liw.fi/vmdebootstrap vendor/vmdebootstrap
|
||||||
fi
|
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
|
cd vendor/vmdebootstrap
|
||||||
git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
|
git checkout tags/vmdebootstrap-0.8 -b tags/vmdebootstrap-0.8
|
||||||
for f in ../../vendor-patches/vmdebootstrap/* ; do
|
for f in ../../vendor-patches/vmdebootstrap/* ; do
|
||||||
|
|
Loading…
Reference in New Issue