2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00
xcat-dep/debootstrap/make_deb.sh.bak
xq2005 14d3b62849 do not build debootstrap for ubuntu dependency
Former-commit-id: 84b2e7fb657e57263f81020ac343d1c248630805
2012-10-24 07:33:27 +00:00

8 lines
105 B
Bash
Executable File

#!/bin/bash
tar xvfz debootstrap_1.0.19.tar.gz
cd debootstrap
dpkg-buildpackage
cd -
rm -rf debootstrap