diff --git a/aptpkg b/aptpkg index 382460a..5549519 100755 --- a/aptpkg +++ b/aptpkg @@ -51,7 +51,7 @@ $customcontrol # Download a debian package build_deb(){ echo "Getting $source" - wget "$source" -qO dist/"$name"_"$version"-"$rev"-amd64.deb + wget "$source" -qO dist/"$name"_"$version"-"$rev"_amd64.deb } # Download and build using files