2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/xnba/make_deb.sh
xq2005 16c0794a03 do not signature the changefile and dsc file
Former-commit-id: 4af56e97cf8e0538620bbc7977887159df646786
2013-02-20 08:46:00 +00:00

9 lines
125 B
Bash
Executable File

#!/bin/bash
tar xvfj xnba-1.0.3.tar.bz2
cd xnba-1.0.3
cp -rL ../debian .
dpkg-buildpackage -uc -us
cd -
rm -rf xnba-1.0.3