diff --git a/build/jam/PackageRules b/build/jam/PackageRules index a1cabfdec1..c038ea4aeb 100644 --- a/build/jam/PackageRules +++ b/build/jam/PackageRules @@ -259,7 +259,7 @@ actions together LinkInstallZip rule FHaikuPackageGrist package { local grist = [ Match "<(.*)>" : $(package:G) ] ; - return hpkg_$(grist:E="")_$(package:G=) ; + return hpkg_$(grist:E="")-$(package:G=) ; }