aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-sources
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-25 23:50:50 +0000
committerGogs <gogitservice@gmail.com>2017-06-25 23:50:50 +0000
commit3f32c13d5ac9159978556bc3fcfd73f39b4e218d (patch)
treeb3595320f129404ef8c593c223abed7e82643895 /projects/libreboot-sources
parent0accfe9b22fc8d79461101c33f876767da72d3ef (diff)
parent00966661823723ea929ddf1f913d8ab0c2fc4796 (diff)
downloadlibrebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.tar.gz
librebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.zip
Merge branch 'renaming-vars' of kragle/libreboot into master
Diffstat (limited to 'projects/libreboot-sources')
-rwxr-xr-xprojects/libreboot-sources/install/libreboot-sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/libreboot-sources/install/libreboot-sources b/projects/libreboot-sources/install/libreboot-sources
index f51fb93a..d836054d 100755
--- a/projects/libreboot-sources/install/libreboot-sources
+++ b/projects/libreboot-sources/install/libreboot-sources
@@ -18,7 +18,7 @@
BUILD_SYSTEM="libreboot"
SOURCES="sources"
-TAR_XZ="tar.xz"
+ARCHIVE="tar.xz"
usage() {
printf '%s\n' "$executable [action] [sources path] (extract path)" >&2
@@ -46,7 +46,7 @@ extract() {
return
fi
- archive=$( find $sources_path -name "$BUILD_SYSTEM-sources.$TAR_XZ" || true )
+ archive=$( find $sources_path -name "$BUILD_SYSTEM-sources.$ARCHIVE" || true )
if [ -z "$archive" ]
then
printf '%s\n' "Finding $BUILD_SYSTEM sources archive failed!" >&2