mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
29b36cecaf
Former-commit-id: 0106626001a040023abbd08e0113e729866b9319
9 lines
117 B
Bash
Executable File
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
|