Heh.
Of course, I hit 'send'... then figured it out :D
(It's not just _one_ doc error, it's different in two spots :D)
Thanks.
I have a pile of ittsy bitsy corrections for the docs, should I just post here?
Or
start on bug filings?
And 'prefix' was set correctly _in_darwinports_, but the _Makefile_ had the line
prefix =
exec_prefix = ${prefix}
-> and later in the Makefile a CpMac is failing because there wasn't a
'destination directory'
(which was $(prefix) in the code).
fixing destroot.destdir fixed it.
--
Alan S. Blue
alansblue@xxxxxxxxxxxxx
-----Original Message-----
From: Jordan Hubbard <jkh@xxxxxxxxxxxxxx>
Sent: Feb 27, 2004 12:20 PM
To: alansblue@xxxxxxxxxxxxx
Cc: DarwinPorts Stars <darwinports@xxxxxxxxxxxxxx>
Subject: Re: Help with a first portfile.
Sorry, this should be destroot.destdir. The docs are wrong, not having
been updated when we did the destroot transition (whoops!). I've just
updated the docs.
|