summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh
index 4e56b34a..0af8db49 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -173,7 +173,6 @@ mktarball()
mkdir -p "${2%/*}" || $err "mk, !mkdir -p \"${2%/*}\""
printf "\nCreating archive: %s\n\n" "$2"
tar -c "$1" | xz -T$XBMK_THREADS -9e > "$2" || $err "mktarball 2, $1"
- mksha512sum "$2" "${2##*/}.sha512"
}
mksha512sum()