tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: destdir: 'make package' inconsistency



Hi!

On Sun, 04 Jan 2009 20:53:48 +0900, Thomas Klausner <wiz%netbsd.org@localhost> 
wrote:

> I've not so recently noticed that 'make package' with destdir has
> different behaviour than without destdir.
>
> Currently (without destdir), make package does
>       make && make install && create binary package
> With destdir, it does
>       make && create binary package
> but doesn't install it.

No. Even if destdir, make && make install && create binary package.
Just "make install" install files in destdir.

If you want to create && install package, do "make package-install" instead.

-- 
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index