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

Re: Athlon optimized KDE build



On Thu, 28 Feb 2002, Nick Sanders wrote:

> Just out of curiosity I tried buliding a kdelibs package to install into
> /usr/local/kde3
>
> I removed and recreated the debian directory with dh_make (single binary) and
> added then following to debian/rules:
> export KDEDIR=/usr/local/kde3
> and changed the configure line to:
> ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
> --prefix=/usr/local/kde3 --mandir=\$${prefix}/share/man
> --infodir=\$${prefix}/share/info
>
[...]>
> Any ideas what I'm doing wrong, why weren't the contents all in
> /usr/local/kde3

You probably needed

make install DESTDIR=$(CURDIR)/debian/tmp/usr/local/kde

or something similiar.

-- 
Jaldhar H. Vyas <jaldhar@debian.org>
It's a girl! See the pictures - http://www.braincells.com/shailaja/



Reply to: