summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-22 01:00:43 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-24 17:50:16 -0400
commit086780e857ccce7b80da6fd1afe612fa5edc2887 (patch)
tree9490c8359a690f41283cfa496ef73218ae3296ac
parentee9ba7738144996efafd368d389f9a6932ce21fa (diff)
bugfix mksource()v20240324
-rwxr-xr-xsrc/librefetch/librefetch3
1 files changed, 2 insertions, 1 deletions
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