17577843 cvs should be 64 bit
authorRich Burridge <rich.burridge@oracle.com>
Wed, 09 Oct 2013 08:46:09 -0700
changeset 1500 10b7d238f48b
parent 1499 59aeb82a4f4c
child 1501 8be4b9d44152
17577843 cvs should be 64 bit
components/cvs/Makefile
components/cvs/cvs.p5m
--- a/components/cvs/Makefile	Tue Oct 08 11:48:11 2013 -0700
+++ b/components/cvs/Makefile	Wed Oct 09 08:46:09 2013 -0700
@@ -48,11 +48,11 @@
 COMPONENT_TEST_ENV += PATH=$(GNUBIN):$(PATH)
 COMPONENT_TEST_TARGETS = localcheck
 
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
-test:		$(TEST_32)
+test:		$(TEST_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
--- a/components/cvs/cvs.p5m	Tue Oct 08 11:48:11 2013 -0700
+++ b/components/cvs/cvs.p5m	Wed Oct 09 08:46:09 2013 -0700
@@ -33,7 +33,7 @@
 set name=org.opensolaris.arc-caseid \
     value=PSARC/2008/128
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-file path=usr/bin/cvs
+file usr/bin/$(MACH64)/cvs path=usr/bin/cvs
 file path=usr/share/man/man1/cvs.1
 file path=usr/share/man/man5/cvs.5
 license cvs.license license=GPLv2