summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/sudo_1.8.4p4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sudo/sudo_1.8.4p4.bb')
-rw-r--r--meta/recipes-extended/sudo/sudo_1.8.4p4.bb6
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 @@
1require sudo.inc 1require sudo.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ 5SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
6 file://libtool.patch \ 6 file://libtool.patch \
@@ -24,6 +24,6 @@ do_install_append () {
24 fi 24 fi
25 done 25 done
26 26
27 chmod 4111 $D/usr/bin/sudo 27 chmod 4111 ${D}/usr/bin/sudo
28 chmod 0440 $D/etc/sudoers 28 chmod 0440 ${D}/etc/sudoers
29} 29}