diff options
-rwxr-xr-x | tools/distpackages/build_deb_packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distpackages/build_deb_packages.sh b/tools/distpackages/build_deb_packages.sh index c508c5a250..f9cf802340 100755 --- a/tools/distpackages/build_deb_packages.sh +++ b/tools/distpackages/build_deb_packages.sh @@ -90,7 +90,7 @@ do # Build the debian package fakeroot dpkg-deb --build $tmp_dir/$pkg_name || { echo "dpkg-deb failed"; exit 1; } - deb_path=$deb_dest/${pkg_name}_${version}_amd64.deb + deb_path=$deb_dest/${pkg_name}_amd64.deb # Copy the .deb file to destination dir cp $tmp_dir/$pkg_name.deb $deb_path |