Hello, I am creating a package that must be installed in a specific directory.
To install it in the directory I want I first create an image with 'pkg image-create' and then install the package with '-R' option, lets say : pkg -R /image install package_name My problem is that the package have dependencies to other packages which must not be installed in the image directory (i.e. the package must be installed in '/image' and its dependencies in '/' For information the package which mine depends on is SUNWhea Is there a way to handle it or should I do thing differently ? Thanks in advance _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
