From 7c73536751eedff5a42965723bd79dba2537ff6e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 4 May 1996 08:10:03 +0000 Subject: A better version of the script from the maintainer. Submitted by: max@sfc.wide.ad.jp --- japanese/pine/scripts/configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'japanese/pine') diff --git a/japanese/pine/scripts/configure b/japanese/pine/scripts/configure index 7a808f5dbf08..48a7979ef9b7 100644 --- a/japanese/pine/scripts/configure +++ b/japanese/pine/scripts/configure @@ -7,8 +7,8 @@ fi echo -n "Do you want pine to display its menu and help message in Japanese? (y/n)> " read ans case X$ans in -y*|Y*) -ln -fs ${WRKSRC}/pine-j.hlp ${WRKSRC}/pine.hlp +Xy*|XY*) +ln -fs ${WRKSRC}/pine/pine-j.hlp ${WRKSRC}/pine/pine.hlp ;; *) ln -fs ${WRKSRC}/pine/pine-e.hlp ${WRKSRC}/pine/pine.hlp @@ -20,4 +20,3 @@ w EOP ;; esac - -- cgit v1.2.3