From b3c29ee7cffcba5b20a34ebbde38c27246f5145f Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 21 Dec 2000 06:06:34 +0000 Subject: Relevant BUGIDs: 126440 Purpose of commit: portability bugfix Commit summary: --------------- Removed non-posix shell command from pam_filter Makefile. --- modules/pam_filter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_filter/Makefile') diff --git a/modules/pam_filter/Makefile b/modules/pam_filter/Makefile index 97181663..c1394574 100644 --- a/modules/pam_filter/Makefile +++ b/modules/pam_filter/Makefile @@ -51,7 +51,7 @@ endif all: dirs $(LIBSHARED) $(LIBSTATIC) register filters dirs: - if [ ! -e include/security ]; then ln -sf . include/security ; fi + if [ ! -r include/security ]; then ln -sf . include/security ; fi ifdef DYNAMIC $(MKDIR) ./dynamic endif -- cgit v1.2.3