2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/ipmitool/make_deb.sh
arifali ea264be2dd Added debian files for ipmitool-xcat
Former-commit-id: 1383327881680a42c07f373c7dfe8ca3aef8aeca
2012-04-07 22:44:49 +00:00

9 lines
129 B
Bash
Executable File

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