mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
bf08ce086d
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
9 lines
124 B
Bash
9 lines
124 B
Bash
#!/bin/bash
|
|
|
|
tar xvfj syslinux-3.86.tar.bz2
|
|
cd syslinux-3.86
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage
|
|
cd -
|
|
rm -rf syslinux-3.86
|