Print this page
1681 support for BUILD64=# no longer works
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/diagnostic/latencytop@$(PKGVERS)
set name=pkg.description value="LatencyTOP tool"
set name=pkg.summary value="LatencyTOP tool"
*** 30,43 ****
value="org.opensolaris.category.2008:Applications/System Utilities"
set name=variant.arch value=$(ARCH)
dir path=usr group=sys
dir path=usr/bin
$(i386_ONLY)dir path=usr/bin/$(ARCH32)
! dir path=usr/bin/$(ARCH64)
dir path=usr/share/man/man1m
$(i386_ONLY)file path=usr/bin/$(ARCH32)/latencytop mode=0555
! file path=usr/bin/$(ARCH64)/latencytop mode=0555
file path=usr/share/man/man1m/latencytop.1m
hardlink path=usr/bin/latencytop target=../../usr/lib/isaexec
legacy pkg=SUNWlatencytop desc="LatencyTOP tool" name="LatencyTOP tool"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
--- 31,44 ----
value="org.opensolaris.category.2008:Applications/System Utilities"
set name=variant.arch value=$(ARCH)
dir path=usr group=sys
dir path=usr/bin
$(i386_ONLY)dir path=usr/bin/$(ARCH32)
! $(BUILD64)dir path=usr/bin/$(ARCH64)
dir path=usr/share/man/man1m
$(i386_ONLY)file path=usr/bin/$(ARCH32)/latencytop mode=0555
! $(BUILD64)file path=usr/bin/$(ARCH64)/latencytop mode=0555
file path=usr/share/man/man1m/latencytop.1m
hardlink path=usr/bin/latencytop target=../../usr/lib/isaexec
legacy pkg=SUNWlatencytop desc="LatencyTOP tool" name="LatencyTOP tool"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL