Re: packaging kde-apps

2002-03-11 Thread Chris Cheney
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

Re: packaging kde-apps

2002-03-11 Thread Olaf Stetzer
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