2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 01:21:44 +00:00
xcat-dep/ipmitool/make_deb.sh
xq2005 7e417e827d do not signature the changefile and dsc file
Former-commit-id: 99b2aa2b95eef44513c1840c8fc7b0a30c5a47c1
2013-02-20 08:50:09 +00:00

9 lines
137 B
Bash
Executable File

#!/bin/bash
tar xvfz ipmitool-1.8.11.tar.gz
cd ipmitool-1.8.11
cp -rL ../debian .
dpkg-buildpackage -uc -us
cd -
rm -rf ipmitool-1.8.11