This would be a small change to 'Makefile' in the distro, but I recommend to change the 'uninstall' section according to this 'diff' output:
Code: Select all
204,208c204,208
< -rm /usr/bin/newlisp
< -rm /usr/bin/newlisp-tk
< -rm -rf /usr/share/newlisp
< -rm /usr/share/man/man1/newlisp.1
< -rm /usr/share/man/man1/newlisp-tk.1
---
> -rm $(bindir)/newlisp
> -rm $(bindir)/newlisp-tk
> -rm -rf $(datadir)/newlisp
> -rm $(mandir)/man1/newlisp.1
> -rm $(mandir)/man1/newlisp-tk.1