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

9 lines
132 B
Bash
Raw Normal View History

#!/bin/bash
tar xvfz conserver-8.1.16.tar.gz
cd conserver-8.1.16
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf conserver-8.1.16