Print this page
1681 support for BUILD64=# no longer works
@@ -20,10 +20,11 @@
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
+# Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/install/beadm@$(PKGVERS)
set name=pkg.description value="Boot Environment Management Tool"
set name=pkg.summary value="beadm utility"
@@ -31,29 +32,29 @@
set name=variant.arch value=$(ARCH)
dir path=sbin group=sys
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
-dir path=usr/lib/$(ARCH64)
+$(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/lib/python2.6
dir path=usr/lib/python2.6/vendor-packages
dir path=usr/lib/python2.6/vendor-packages/64
dir path=usr/lib/python2.6/vendor-packages/beadm
dir path=usr/sbin
dir path=usr/share
dir path=usr/share/man
dir path=usr/share/man/man1m
file path=sbin/beadm mode=0555
file path=usr/include/libbe.h
-file path=usr/lib/$(ARCH64)/libbe.so.1
-file path=usr/lib/$(ARCH64)/llib-lbe.ln
+$(BUILD64)file path=usr/lib/$(ARCH64)/libbe.so.1
+$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lbe.ln
file path=usr/lib/libbe.so.1
file path=usr/lib/llib-lbe
file path=usr/lib/llib-lbe.ln
file path=usr/lib/python2.6/vendor-packages/64/libbe_py.so
file path=usr/lib/python2.6/vendor-packages/libbe_py.so
file path=usr/share/man/man1m/beadm.1m
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
-link path=usr/lib/$(ARCH64)/libbe.so target=./libbe.so.1
+$(BUILD64)link path=usr/lib/$(ARCH64)/libbe.so target=./libbe.so.1
link path=usr/lib/libbe.so target=./libbe.so.1
link path=usr/sbin/beadm target=../../sbin/beadm