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

10 lines
145 B
Bash
Raw Permalink 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