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