summaryrefslogtreecommitdiff
path: root/src/librefetch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-01-22 21:15:43 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-07-26 19:20:09 -0400
commitd81c9983bb002de48ba51ad2793a5a831561fd10 (patch)
tree55bcd14e43f1e68fd8362b0f6b04393d5336edee /src/librefetch
parent7fa8f6128669d0946cda4533f88018fbadeee5d1 (diff)
sq wip disabled sig
Diffstat (limited to 'src/librefetch')
-rwxr-xr-xsrc/librefetch/librefetch7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index d724cd3..300016e 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -223,10 +223,11 @@ doit() {
msg2 "${srcball_not_found_msg}"
doit || exit
fi
+# FIXME: there is a note about this signature in usage()
# create_signature "${base_dst%.sig}" || exit
-# if [[ -n $suffix ]]; then
-# mv -f "$base_dst" "$dst"
-# fi
+ if [[ -n $suffix ]]; then
+ mv -f "$base_dst" "$dst"
+ fi
else
export PKGDEST=${dst%/*}
export pkg_file=$dst