mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
16c0794a03
Former-commit-id: 4af56e97cf8e0538620bbc7977887159df646786
9 lines
125 B
Bash
Executable File
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
|