Argh, actually make my last commit to this patch do what was intended (don't

install "pgp_old", rather install "pgpo" as that is what the pgp5 binary
expects to be invoked as for the old-style command line).

Submitted by:	kris
This commit is contained in:
Pete Fritchman 2001-12-02 11:27:57 +00:00
parent da0b33d01c
commit 746652b2e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50853

View File

@ -26,5 +26,5 @@
+ $(LN_S) $(INSTPGP) pgpe; \ + $(LN_S) $(INSTPGP) pgpe; \
+ $(LN_S) $(INSTPGP) pgps; \ + $(LN_S) $(INSTPGP) pgps; \
+ $(LN_S) $(INSTPGP) pgpv; \ + $(LN_S) $(INSTPGP) pgpv; \
+ $(LN_S) $(INSTPGP) pgp_old \ + $(LN_S) $(INSTPGP) pgpo; \
) )