summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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