Typically you have:
configure --prefix=/usr
and
make install DESTDIR=$(CURDIR)/debian/tmp
You may need more than just the --prefix option on configure. You can
look in KDE cvs HEAD to see what I have done with arts and kdelibs for
examples.
It is really nice if you use builddir != srcdir, see
Am Samstag, 9. März 2002 20:00 schrieb Hendrik Naumann:
> Hi
>
> Now I fetched the latest kdenetwork package to figure our how Chris
> Cheney did them. If found that make install is called with a
> different setting, that would be in my case:
> make DESTDIR=`pwd`/debian/tmp/usr install
>
> but now
2 matches
Mail list logo