2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/dpkg/make_deb.sh.bak

8 lines
105 B
Bash
Raw Normal View History

#!/bin/bash
tar xvfj dpkg_1.15.5.6.tar.bz2
cd dpkg-1.15.5.6
dpkg-buildpackage
cd -
rm -rf dpkg-1.15.5.6