commit: 3e3c58137c5bafdf0ffa6c150d1cc95297d0c5e8
parent 736664759560d4d6a96d497d300fb23c1a52d487
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Tue, 5 Apr 2022 18:43:23 +0100
Fix a typo in sysglobal/helpers.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysglobal/helpers.sh b/sysglobal/helpers.sh
@@ -237,7 +237,7 @@ default_src_install() {
}
create_tarball_pkg() {
- # If grep is unavaliable, then tar --sort is unavaliable.
+ # If grep is unavailable, then tar --sort is unavailable.
# So this does not need a command -v grep.
if tar --help | grep ' \-\-sort' >/dev/null 2>&1; then
tar -C "${DESTDIR}" --sort=name --hard-dereference -cf "/usr/src/repo/${pkg}_${revision}.tar" .