mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
10 lines
145 B
Bash
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
|