diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:43:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:43:54 +0000 |
commit | b8ca3ab682cf5026455f2a73d521c6c6222839aa (patch) | |
tree | 9feeba57f1228ad366c9529ce01777571929414a /sudo/sudo_1.6.7p5.oe | |
parent | 6901fcfdbac9341642366c4cfbf580701d78a119 (diff) |
BUGFIX: Correct m4 quoting in sudo autoconf macros.
BKrev: 400cc01a6OOraYo4nX6KiUhbQLkQMQ
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 |