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

use xnba directory to build xnba-undi on ubuntu

Former-commit-id: 0106626001a040023abbd08e0113e729866b9319
This commit is contained in:
xq2005 2012-12-26 08:44:52 +00:00
parent 3cc0052a45
commit 29b36cecaf

8
xnba/make_deb.sh Executable file
View File

@ -0,0 +1,8 @@
#!/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