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 29b36cecaf use xnba directory to build xnba-undi on ubuntu
Former-commit-id: 0106626001a040023abbd08e0113e729866b9319
2012-12-26 08:44:52 +00:00

9 lines
117 B
Bash
Executable File

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