summary refs log blame commit diff
path: root/pkgs/os-specific/linux/pam/pam-modules.patch
blob: 0153f55720393df7f0060f34d6efc2a2b1da86cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                             
diff -ruN Linux-PAM-0.80/modules/Makefile Linux-PAM-0.80.new/modules/Makefile
--- Linux-PAM-0.80/modules/Makefile	2004-09-28 15:49:21.000000000 +0200
+++ Linux-PAM-0.80.new/modules/Makefile	2005-10-25 19:54:12.000000000 +0200
@@ -8,7 +8,7 @@
 
 include ../Make.Rules
 
-MODDIRS=$(shell /bin/ls -d pam_*/Makefile | cut -f1 -d/)
+MODDIRS=$(shell ls -d pam_*/Makefile | cut -f1 -d/)
 
 all:	
 	@echo building the static modutil library