FHaikuPackageGrist: Avoid potential package name clashes

This commit is contained in:
Ingo Weinhold 2013-06-04 23:59:37 +02:00
parent fa374ad4c3
commit 48581f9891
1 changed files with 1 additions and 1 deletions

View File

@ -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=) ;
}