2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/gpxe/make_deb.sh.bak
xq2005 f919eb5b62 use xnba directory to build xnba-undi packages
Former-commit-id: ca7660e7a300198176c5fd88828a255cc6964448
2012-12-26 08:18:31 +00:00

9 lines
115 B
Bash

#!/bin/bash
tar xvfj gpxe-1.0.1.tar.bz2
cd gpxe-1.0.1
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf gpxe-1.0.1