mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
13fc50eda4
Former-commit-id: e6847bd1520796af11931f748c547f9ef6b50a59
9 lines
132 B
Bash
9 lines
132 B
Bash
#!/bin/bash
|
|
|
|
tar xvfj syslinux-3.86.tar.bz2
|
|
cd syslinux-3.86
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage -uc -us
|
|
cd -
|
|
rm -rf syslinux-3.86
|