mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
Add patches to source to build deb packages
This commit is contained in:
parent
9d358873f3
commit
1d6c551711
@ -10,6 +10,7 @@
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
dh_quilt_patch
|
||||
# Add here commands to compile the package.
|
||||
$(MAKE) -C src bin/undionly.kkpxe
|
||||
$(MAKE) -C src bin-x86_64-efi/ipxe.efi
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
tar xvfj xnba-1.20.1.tar.bz2
|
||||
tar xvf ./xnba-1.20.1.tar.bz2
|
||||
cd xnba-1.20.1
|
||||
cp -rL ../debian .
|
||||
dpkg-buildpackage -uc -us -aamd64
|
||||
|
Loading…
Reference in New Issue
Block a user