index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 8 |
diff --git a/lib/common-functions b/lib/common-functions index 772d889..70c5b49 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -259,9 +259,13 @@ remove_old_package_versions() { # sftp-remove packages if [ -s "${tmp_dir}/sftp-removes" ]; then sed ' - s|^|rm "| - s|$|"| + p + s/$/.sig/ ' "${tmp_dir}/sftp-removes" | \ + sed ' + s|^|rm "| + s|$|"| + ' | \ failsafe_sftp fi |