PackageMaker and /usr/lib stuff

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default PackageMaker and /usr/lib stuff

    Hello,

    I'm trying to create a package with PackageMaker that should store some
    files in /Applications and a library in /usr/lib.
    The files correctly goes into /Applications, but nothing goes into /usr/lib.

    I can not find out what is wrong. I hope someone can help me out.

    Cor.


    Cor Jansen Guest

  2. Similar Questions and Discussions

    1. Simple Stuff
      Using Photoshop Elements 4, how to I write a caption directly on a photograph?
    2. Packaging my stuff
      Hi All, I am sure people must be doing that regularly. How do i package my Application to give to the customer??. Like creating packages...
    3. Looking for odd stuff
      I was wondering if there is a good site where I can buy old used stuff for my older camera. The only site I know of is Henrys.com and I've already...
  3. #2

    Default Re: PackageMaker and /usr/lib stuff

    In article <3f6a2423$0$58712$e4fe514c@news.xs4all.nl>,
    "Cor Jansen"
    <corj@removeThisPartIncludingTheUnderscores_dapdes ign.com> wrote:
    > Hello,
    >
    > I'm trying to create a package with PackageMaker that should store some
    > files in /Applications and a library in /usr/lib.
    > The files correctly goes into /Applications, but nothing goes into /usr/lib.
    >
    > I can not find out what is wrong. I hope someone can help me out.
    Does the installer require authentication?

    --
    Tom "Tom" Harrington
    Macaroni, Automated System Maintenance for Mac OS X.
    Version 1.4: Best cleanup yet, gets files other tools miss.
    See [url]http://www.atomicbird.com/[/url]
    Tom Harrington Guest

  4. #3

    Default Re: PackageMaker and /usr/lib stuff

    >>>>> "Cor Jansen" <corj@removeThisPartIncludingTheUnderscores_dapdes ign.com> (CJ) wrote:

    CJ> Hello,
    CJ> I'm trying to create a package with PackageMaker that should store some
    CJ> files in /Applications and a library in /usr/lib.
    CJ> The files correctly goes into /Applications, but nothing goes into
    CJ> /usr/lib.

    CJ> I can not find out what is wrong. I hope someone can help me out.

    A .pkg only store in a single directory tree. So if it stores in
    /Applications it cannot store in /usr/lib. To do that you will have to use
    a .mpkg which contains 2 subpackages, one for each tree.
    --
    Piet van Oostrum <piet@cs.uu.nl>
    URL: [url]http://www.cs.uu.nl/~piet[/url] [PGP]
    Private email: [email]P.van.Oostrum@hccnet.nl[/email]
    Piet van Oostrum Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139