mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
544cc81678
Former-commit-id: 35a3a07da986e5cfc7aa6c32904262ff811c2660
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tar xvfz elilo-3.14-source.tar.gz
|
|
cd elilo
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage -uc -us
|
|
cd -
|
|
rm -rf elilo
|