2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00
xcat-dep/syslinux/make_deb.sh
xq2005 13fc50eda4 do not signature the changefile and dsc file
Former-commit-id: e6847bd1520796af11931f748c547f9ef6b50a59
2013-02-20 08:47:00 +00:00

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