[cdesktopenv-devel] [PATCH] fix DTKORNSHELL output for dtlp

2023-01-31 Thread Giacomo Comes
The shebang of dtlp is /usr/dt/bin/dtksh. If cde is configured with --prefix=/usr and an rpm is created, such rpm fails to install with the error: nothing provides /usr/dt/bin/dtksh Make the shebang of dtlp correspond to the true location of dtksh diff -Nraub cde-2.5.1.ori/programs/dtprintegrate/

[cdesktopenv-devel] [PATCH] /usr/dt/bin is always needed

2023-01-31 Thread Giacomo Comes
If cde is configured with ./configure --prefix=/usr the binaries are located in /usr/bin. However /usr/dt/bin is hardcoded in so many places that if it doesn't exist cde does not even start. Create /usr/dt/bin link if necessary. diff -Nraub cde-2.5.1.ori/programs/Makefile.am cde-2.5.1/programs/Ma

[cdesktopenv-devel] [PATCH] missing dtopen_* links

2023-01-31 Thread Giacomo Comes
dtopen_* links should be created in $(DESTDIR)$(bindir), the same place where dtopen is located diff -Nraub cde-2.5.1.ori/programs/dtopen/Makefile.am cde-2.5.1/programs/dtopen/Makefile.am --- cde-2.5.1.ori/programs/dtopen/Makefile.am 2022-10-01 13:18:27.0 -0400 +++ cde-2.5.1/programs/d

[cdesktopenv-devel] [PATCH] fix MANDIR output from dtsearchpath

2023-01-31 Thread Giacomo Comes
The value of MANDIR from dtsearchpath is missing the CDE man directory. Restore it. diff -Nraub cde-2.5.1.ori/doc/Makefile.am cde-2.5.1/doc/Makefile.am --- cde-2.5.1.ori/doc/Makefile.am 2022-10-01 13:18:27.0 -0400 +++ cde-2.5.1/doc/Makefile.am 2023-01-26 13:32:16.402454621 -0400 @@