aboutsummaryrefslogtreecommitdiff
path: root/libs/project
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 /libs/project
parent0accfe9b22fc8d79461101c33f876767da72d3ef (diff)
parent00966661823723ea929ddf1f913d8ab0c2fc4796 (diff)
downloadlibrebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.tar.gz
librebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.zip
Merge branch 'renaming-vars' of kragle/libreboot into master
Diffstat (limited to 'libs/project')
-rwxr-xr-xlibs/project8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/project b/libs/project
index babeb6bd..38e9b40d 100755
--- a/libs/project
+++ b/libs/project
@@ -425,7 +425,7 @@ project_sources_archive() {
path="$path-$argument"
fi
- local archive="$path.$TAR_XZ"
+ local archive="$path.$ARCHIVE"
if ! [ -f "$archive" ]
then
@@ -1056,7 +1056,7 @@ project_release_archive_path() {
path="$path-$argument"
done
- local archive_path="$release_path/$path.$TAR_XZ"
+ local archive_path="$release_path/$path.$ARCHIVE"
printf '%s\n' "$archive_path"
}
@@ -1076,7 +1076,7 @@ project_release_rootfs_path() {
path="$path-$argument"
done
- local rootfs_path="$release_path/$path.$TAR_XZ"
+ local rootfs_path="$release_path/$path.$ARCHIVE"
printf '%s\n' "$rootfs_path"
}
@@ -1109,7 +1109,7 @@ project_release_sources_archive_path() {
if ! [ -z "$release_path" ]
then
- local archive_path="$root/$RELEASE/$SOURCES/$project/$release_path.$TAR_XZ"
+ local archive_path="$root/$RELEASE/$SOURCES/$project/$release_path.$ARCHIVE"
printf '%s\n' "$archive_path"
fi