[Lunar-commits] r22143 - moonbase/trunk/security/Linux-PAM

Auke Kok sofar at lunar-linux.org
Fri Nov 10 17:57:16 CET 2006


Author: sofar
Date: 2006-11-10 17:57:16 +0100 (Fri, 10 Nov 2006)
New Revision: 22143

Modified:
   moonbase/trunk/security/Linux-PAM/BUILD
Log:
Make sure errors are detected, dammit!


Modified: moonbase/trunk/security/Linux-PAM/BUILD
===================================================================
--- moonbase/trunk/security/Linux-PAM/BUILD	2006-11-10 16:05:32 UTC (rev 22142)
+++ moonbase/trunk/security/Linux-PAM/BUILD	2006-11-10 16:57:16 UTC (rev 22143)
@@ -23,7 +23,7 @@
   # Makefile no longer setsuid on unix_chkpwd and pam_timestamp_check
   chmod 4711 /sbin/unix_chkpwd &&
   chmod 4711 /sbin/pam_timestamp_check &&
- 
+
   # Module documents are nice
   if [ ! -d /usr/share/doc/Linux-PAM/text ]; then
       mkdir -p /usr/share/doc/Linux-PAM/text
@@ -31,10 +31,10 @@
   for i in $SOURCE_DIRECTORY/modules/pam_*/README; do
       cp -f ${i} /usr/share/doc/Linux-PAM/text/README.$(echo ${i} | awk -F/ '{ print $(NF-1) }')
   done &&
-	
+
   # More doc
-  gather_docs AUTHORS Copyright
-  
+  gather_docs AUTHORS Copyright &&
+
   # We have to clean up a bit after Linux-PAM
   rm -f /lib/security/*.la &&
 



More information about the Lunar-commits mailing list