Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Mar 21, 2024
1 parent 7f68a0c commit 92670b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-tools/build-packages/rpm/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ cd ${pkg_path} && sha512sum ${rpm_file} >/tmp/${rpm_file}.sha512
find ${pkg_path}/ -maxdepth 3 -type f -name "${file_name}*" -exec mv {} /tmp/ \;
if [ "${is_production}" = "no" ]; then
mv /tmp/${rpm_file} /tmp/${final_name}
else
mv /tmp/${rpm_file} /tmp/
fi

0 comments on commit 92670b1

Please sign in to comment.