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
hamzy bf08ce086d This is the first draft of building packages under Debian
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
2011-05-03 20:29:30 +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