[cdesktopenv-devel] [PATCH] rename ksh.1 as ksh-cde.1

2023-01-31 Thread Giacomo Comes
The ksh man page included in cde is different from the one available
with the OS since the two shell have different version.
Rename cde's ksh man page to ksh-cde. Also update the reference
in dtksh.1 from 'sh' to 'ksh-cde'

diff -Nraub 

[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

[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

[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 +++

[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 @@