diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-12-28 21:15:53 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-01-15 14:24:47 +0000 |
commit | ab88bb3785624fb8a36543857d6319c84cb92956 (patch) | |
tree | f645cb652e39daf8a66828c39bb718cdc545c45b /projects | |
parent | 410b0cac2b97bd1c3522b4eca06f4938715fef6e (diff) | |
download | librebootfr-ab88bb3785624fb8a36543857d6319c84cb92956.tar.gz librebootfr-ab88bb3785624fb8a36543857d6319c84cb92956.zip |
libreboot-release: Install with tools instead of sources
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/libreboot-release/libreboot-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/libreboot-release/libreboot-release b/projects/libreboot-release/libreboot-release index 5c4618a3..9ec5399d 100755 --- a/projects/libreboot-release/libreboot-release +++ b/projects/libreboot-release/libreboot-release @@ -26,11 +26,11 @@ install_check() { } release() { - project_release_install "$project" "$SOURCES" "$@" + project_release_install "$project" "$TOOLS" "$@" } release_check() { - project_release_install_check "$project" "$SOURCES" "$@" + project_release_install_check "$project" "$TOOLS" "$@" } clean() { |