2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 09:31:48 +00:00
xcat-dep/ipmitool/make_deb.sh
xq2005 c96bd55c5c do not signature the changefile and dsc file
Former-commit-id: dd7900afa78f1f25213dbe6b52d8f5c94eb2eeee
2013-02-20 08:43:45 +00:00

9 lines
138 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