diff options
| -rw-r--r-- | meta/recipes-extended/sudo/sudo_1.8.4p4.bb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/meta/recipes-extended/sudo/sudo_1.8.4p4.bb b/meta/recipes-extended/sudo/sudo_1.8.4p4.bb index 23153223c7..20c4a14b3c 100644 --- a/meta/recipes-extended/sudo/sudo_1.8.4p4.bb +++ b/meta/recipes-extended/sudo/sudo_1.8.4p4.bb @@ -1,6 +1,6 @@  require sudo.inc -PR = "r0" +PR = "r1"  SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \             file://libtool.patch \ @@ -24,6 +24,6 @@ do_install_append () {  		fi  	done -	chmod 4111 $D/usr/bin/sudo -	chmod 0440 $D/etc/sudoers +	chmod 4111 ${D}/usr/bin/sudo +	chmod 0440 ${D}/etc/sudoers  } | 
