From 82bec102a8e9682644ac8500f3aa3606c11351f5 Mon Sep 17 00:00:00 2001 From: shatty Date: Wed, 7 Jan 2004 03:43:28 +0000 Subject: [PATCH] grist is required for the non-zipped files in order to distinguish between the README.html for neomagic vs. nvidia, for example git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5953 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index db0d0c8313..d929cc47b5 100644 --- a/Jamrules +++ b/Jamrules @@ -2077,7 +2077,7 @@ rule Package } else { local packagefile = $(file:G=_packages!$(packagename)) ; MakeLocate $(packagefile) : $(packagedir) ; - Copy $(packagefile) : $(file) ; + Copy $(packagefile) : [ FGristFiles $(file) ] ; Clean cleanPackages : $(packagefile) ; Depends $(packagezip) : $(packagefile) ; }