2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 17:41:51 +00:00
xcat-dep/elilo/make_deb.sh

9 lines
111 B
Bash
Raw Normal View History

#!/bin/bash
tar xvfz elilo-3.14-source.tar.gz
cd elilo
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf elilo