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 6d1f9cbabc..8b55323eae 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -2,8 +2,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI = ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/nonrootinstall.patch;patch=1 + file://${FILESDIR}/nonrootinstall.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 inherit autotools |