From c84c1d17d4439f476bcaf8d986d23e8e7073968c Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Fri, 7 Jul 2006 18:54:55 +0000 Subject: fixing typo in HP component selection and readding missing slice directory in RPMs --- cpp/makebindist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/makebindist.py') diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 90fcf277a93..634d33c8ef3 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1075,7 +1075,7 @@ def main(): ('icephp','IcePHP-' + version, 'php'), ('icej','IceJ-' + version, 'j') ] - if not getPlatform() in ['aix', 'solaris', 'hp']: + if not getPlatform() in ['aix', 'solaris', 'hpux']: sourceTarBalls.append(('icepy','IcePy-' + version, 'py')) if getPlatform() == "linux": -- cgit v1.2.3