2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/elilo/make_deb.sh
xq2005 544cc81678 do not signature the changefile and dsc file
Former-commit-id: 35a3a07da986e5cfc7aa6c32904262ff811c2660
2013-02-20 08:48:23 +00:00

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