From 48581f98911f829490237745506a0f06da5645c0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 4 Jun 2013 23:59:37 +0200 Subject: [PATCH] FHaikuPackageGrist: Avoid potential package name clashes --- build/jam/PackageRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=) ; }