changed deb files name

pull/637/head
Jan Tattermusch 10 years ago
parent 9dece9e73f
commit e44874224f
  1. 2
      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

Loading…
Cancel
Save