2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00
xcat-dep/atftp/make_deb.sh.bak
xq2005 e3f8f322c4 do not build atftp for ubuntu dependency
Former-commit-id: 6b05545392e6ed45f245a8b066e2cbc959809912
2012-10-24 07:30:36 +00:00

10 lines
145 B
Bash

#!/bin/bash
tar xvfz atftp_0.7.dfsg.orig.tar.gz
cd atftp-0.7.dfsg
rm -rf debian
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf atftp-0.7.dfsg