From 59d65e605a273e0d49caffbfc001e43f0183be03 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 22 Mar 2024 01:00:43 -0400 Subject: bugfix mksource() --- src/librefetch/librefetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index 0a1bb70..972b3cc 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -222,7 +222,8 @@ doit() { mv -f "$base_dst" "$dst" fi else - export PKGEXT=${base_dst##*/} # so the file uses the correct compression +# FIXME: this LOC breaks mksource() +# export PKGEXT=${base_dst##*/} # so the file uses the correct compression export PKGDEST=${dst%/*} export pkg_file=$dst -- cgit v1.2.2