Re: [dev] final fix for debian

2010-05-26 Thread Kris Maglione
On Thu, 27 May 2010 00:33:05 +0200 Davide Anchisi wrote: > Hi Kris, > > I built the .deb package from 3.9-2 with make deb. The build was ok, > but there was a problem with installation. > I had to change a line in file: >debian/patches/01-config-local-mk.patch > where: >+DESTDIR=$(ROOT)/

[dev] final fix for debian

2010-05-26 Thread Davide Anchisi
Hi Kris, I built the .deb package from 3.9-2 with make deb. The build was ok, but there was a problem with installation. I had to change a line in file: debian/patches/01-config-local-mk.patch where: +DESTDIR=$(ROOT)/debian/wmii-hg/ should instead be: +DESTDIR=$(ROOT)/debian/wmii/ Just f