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