View | Details | Raw Unified | Return to bug 117796 | Differences between
and this patch

Collapse All | Expand All

(-)perdition/Makefile.in (-2 lines)
Lines 560-567 Link Here
560
	for i in pop3 pop3s imap4 imap4s imaps; do \
560
	for i in pop3 pop3s imap4 imap4s imaps; do \
561
		(cd $(DESTDIR)$(sbindir) && rm -f perdition.$$i && \
561
		(cd $(DESTDIR)$(sbindir) && rm -f perdition.$$i && \
562
			ln -sf perdition perdition.$$i); \
562
			ln -sf perdition perdition.$$i); \
563
		(cd $(DESTDIR)$(mandir)/man8 && rm -f perdition.$$i && \
564
			ln -sf perdition.8 perdition.$$i.8); \
565
	done
563
	done
566
564
567
uninstall-local:
565
uninstall-local:

Return to bug 117796