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-28 23:15:37 -0400
commit02d1a84247d83fab531b88099af842b1c8650721 (patch)
tree807a7b1bdb477d13e37fd78e106fc5a63d281bf7
parentf64d9ed3aab49373845147c1e8044df366a75393 (diff)
bugfix mksource()v20240327
-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