Ok, Fixed in version 6.2.2.2. On Sat, Jan 24, 2026 at 11:24 AM Brad Lanam <[email protected]> wrote:
> There are some bugs installing the .po files into a staged directory. > Working on it. > > On Fri, Jan 23, 2026 at 10:00 AM Michael Ablassmeier <[email protected]> > wrote: > >> hi Brad, >> >> alright, will upload as soon as possible then! >> >> have a nice time >> >> On Fri, Jan 23, 2026 at 09:56:35AM -0800, Brad Lanam wrote: >> > Yes, that looks much better. >> > I will create an official 6.2.2.1 production release and get it >> published >> > soon. >> > >> > On Fri, Jan 23, 2026 at 8:52???AM Michael Ablassmeier <[email protected]> >> wrote: >> > >> > > hi, >> > > >> > > On Fri, Jan 23, 2026 at 07:52:48AM -0800, Brad Lanam wrote: >> > > > Can this 6.2.2-beta be tested with the Debian packaging system? >> > > > Thanks. >> > > > >> > > > >> > > >> https://sourceforge.net/projects/diskinfo-di/files/beta/di-6.2.2-beta.tar.gz/download >> > > >> > > i think a propper fix would be to fixup the debian/rules file to >> > > use DESTDIR instead: >> > > >> > > > diff --git a/debian/rules b/debian/rules >> > > > index 05983ac..ee6d283 100755 >> > > > --- a/debian/rules >> > > > +++ b/debian/rules >> > > > @@ -13,7 +13,7 @@ >> > > > dh $@ >> > > > >> > > > override_dh_auto_configure: >> > > > - $(MAKE) COMP=$(CC) PREFIX=$(CURDIR)/debian/di/usr/ >> > > CMAKE_SKIP_RPATH=TRUE cmake-unix >> > > > + $(MAKE) COMP=$(CC) DESTDIR=$(CURDIR)/debian/di/usr/ >> PREFIX=/usr >> > > CMAKE_SKIP_RPATH=TRUE cmake-unix >> > > >> > > more /usr/lib/x86_64-linux-gnu/pkgconfig/di.pc >> > > prefix=/usr >> > > includedir=/usr/include >> > > libdir=/usr/lib/x86_64-linux-gnu >> > > >> > > bye, >> > > - michael >> > > >> >

