mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
9 lines
111 B
Bash
9 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tar xvfz elilo-3.14-source.tar.gz
|
||
|
cd elilo
|
||
|
cp -rL ../debian .
|
||
|
dpkg-buildpackage
|
||
|
cd -
|
||
|
rm -rf elilo
|