diff options
Diffstat (limited to 'sudo/sudo_1.6.7p5.oe')
-rw-r--r-- | sudo/sudo_1.6.7p5.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index 45af70191d..9038e14bb7 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -5,8 +5,8 @@ users) the ability to run some (or all) commands \ as root while logging all commands and arguments." SRC_URI = "ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ - file://${FILESDIR}/nonrootinstall.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1" + file://nonrootinstall.patch;patch=1 \ + file://configure.patch;patch=1" inherit autotools |