diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 20:09:11 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 20:09:11 (EST) |
commit | 60b119ee5d8c5ace8badce0d7ed5872e396e1a13 (patch) | |
tree | 913abf232641650a2060c036a0074592a7a6b966 | |
parent | c04cd275893baa41f7f30cc3ccbd7f10a2ae2044 (diff) | |
download | libreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.zip libreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.tar.gz libreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.tar.bz2 |
builddeps-bucts: Don't use git when applying static-link patch
-rwxr-xr-x | builddeps-bucts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-bucts b/builddeps-bucts index 7125e83..8a10ef6 100755 --- a/builddeps-bucts +++ b/builddeps-bucts @@ -36,7 +36,7 @@ if (( $# != 1 )); then # build it dynamically linked make else - git apply ../resources/bucts/patch/staticlink.diff + patch Makefile < ../resources/bucts/patch/staticlink.diff # build it statically linked make fi |