Print this page
1681 support for BUILD64=# no longer works

@@ -19,10 +19,11 @@
 # CDDL HEADER END
 #
 
 #
 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2014 Andrew Stormont.
 #
 
 #
 # The default for payload-bearing actions in this package is to appear in the
 # global zone only.  See the include file for greater detail, as well as

@@ -41,20 +42,20 @@
 dir path=kernel group=sys
 dir path=kernel/drv group=sys
 dir path=kernel/drv/$(ARCH64) group=sys
 dir path=usr group=sys
 dir path=usr/lib
-dir path=usr/lib/$(ARCH64)
+$(BUILD64)dir path=usr/lib/$(ARCH64)
 dir path=usr/share
 dir path=usr/share/dat group=sys
 driver name=daplt perms="* 0644 root sys"
 file path=etc/init.d/dodatadm.udaplt group=sys mode=0744 \
     original_name=SUNWudaplt:etc/init.d/dodatadm.udaplt preserve=true
 file path=kernel/drv/$(ARCH64)/daplt group=sys
 $(i386_ONLY)file path=kernel/drv/daplt group=sys
 file path=kernel/drv/daplt.conf group=sys
-file path=usr/lib/$(ARCH64)/udapl_tavor.so.1
+$(BUILD64)file path=usr/lib/$(ARCH64)/udapl_tavor.so.1
 file path=usr/lib/udapl_tavor.so.1
 file path=usr/share/dat/SUNWudaplt.conf group=sys mode=0644
 hardlink path=etc/rc2.d/S81dodatadm.udaplt \
     target=../../etc/init.d/dodatadm.udaplt
 legacy pkg=SUNWudapltr \