wok diff sudo-pam/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents 6fab3264ba87
children dfeebf7e6265
line diff
     1.1 --- a/sudo-pam/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/sudo-pam/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  
     1.5  pre_install()
     1.6  {
     1.7 -	if [ -f "$1/etc/sudoers.bak" ]; then
     1.8 +	if [ -f "$1/etc/sudoers" ]; then
     1.9  		cp "$1/etc/sudoers" "$1/etc/sudoers.bak"
    1.10  	fi
    1.11  }