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 16:25:54 -0400
commit59d65e605a273e0d49caffbfc001e43f0183be03 (patch)
tree807a7b1bdb477d13e37fd78e106fc5a63d281bf7
parentee22b537f37b4fdb57b2331ac7d813fa121478bc (diff)
bugfix mksource()wip-2024-03-24
-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