On Mon, 2 Jun 2008 11:45:06 +0200 "Ronald van Haren" <[EMAIL PROTECTED]> wrote:
> - you can use install -Dm755 to install the executable instead of > mkdir -p and install (not that what you did is wrong, it's just > easier) I did originally use `install -Dm` but then I was shown some instances of install on other systems where -D wasn't available so I decided to use `mkdir -p` to make it more compatible to other systems. > for future reference, you can use $srcdir and $pkgdir instead of > $startdir/src and $startdir/pkg (of course both work equally well so > you can use whatever you like) Cool. Thanks for your help.
