2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 17:41:51 +00:00
xcat-dep/atftp/make_deb.sh

10 lines
145 B
Bash
Raw Normal View History

#!/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