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

*** 20,29 **** --- 20,30 ---- # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. + # Copyright 2014 Andrew Stormont. # set name=pkg.fmri value=pkg:/package/svr4@$(PKGVERS) set name=pkg.description value="Solaris System V Release 4 Packaging Commands" set name=pkg.summary value="SVr4 packaging commands"
*** 35,45 **** dir path=lib/svc/manifest group=sys dir path=lib/svc/manifest/system group=sys dir path=usr group=sys dir path=usr/bin dir path=usr/lib ! dir path=usr/lib/$(ARCH64) dir path=usr/sadm dir path=usr/sadm/install dir path=usr/sadm/install/bin dir path=usr/sadm/install/scripts dir path=usr/sbin --- 36,46 ---- dir path=lib/svc/manifest group=sys dir path=lib/svc/manifest/system group=sys dir path=usr group=sys dir path=usr/bin dir path=usr/lib ! $(BUILD64)dir path=usr/lib/$(ARCH64) dir path=usr/sadm dir path=usr/sadm/install dir path=usr/sadm/install/bin dir path=usr/sadm/install/scripts dir path=usr/sbin
*** 62,72 **** file path=usr/bin/pkginfo group=sys mode=0555 file path=usr/bin/pkgmk mode=0555 file path=usr/bin/pkgparam group=sys mode=0555 file path=usr/bin/pkgproto mode=0555 file path=usr/bin/pkgtrans mode=0555 ! file path=usr/lib/$(ARCH64)/libinstzones.so.1 file path=usr/lib/libinstzones.so.1 file path=usr/lib/libpkg.so.1 file path=usr/sadm/install/bin/pkginstall group=sys mode=0555 file path=usr/sadm/install/bin/pkgname group=sys mode=0555 file path=usr/sadm/install/bin/pkgremove group=sys mode=0555 --- 63,73 ---- file path=usr/bin/pkginfo group=sys mode=0555 file path=usr/bin/pkgmk mode=0555 file path=usr/bin/pkgparam group=sys mode=0555 file path=usr/bin/pkgproto mode=0555 file path=usr/bin/pkgtrans mode=0555 ! $(BUILD64)file path=usr/lib/$(ARCH64)/libinstzones.so.1 file path=usr/lib/libinstzones.so.1 file path=usr/lib/libpkg.so.1 file path=usr/sadm/install/bin/pkginstall group=sys mode=0555 file path=usr/sadm/install/bin/pkgname group=sys mode=0555 file path=usr/sadm/install/bin/pkgremove group=sys mode=0555