6 Feb
2003
6 Feb
'03
11:34 a.m.
Hi, just a minor correction. $SRCDIR/Makefile says uninstall-local: -if [ -d $(DESTDIR)$(sysconfdir) ]; then \ rm -f $(DESTDIR)$(sysconfdir)/dillorc*; \ elif [ -d /etc/ ]; then \ rm -f /etc/dillorc* fi but should say uninstall-local: -if [ -d $(DESTDIR)$(sysconfdir) ]; then \ rm -f $(DESTDIR)$(sysconfdir)/dillorc*; \ elif [ -d /etc/ ]; then \ rm -f /etc/dillorc* ; \ # <<-- here fi Jan