summaryrefslogtreecommitdiff
path: root/grub
diff options
context:
space:
mode:
Diffstat (limited to 'grub')
-rw-r--r--grub/grub_0.93.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/grub/grub_0.93.oe b/grub/grub_0.93.oe
index 803e487055..8be38d5adb 100644
--- a/grub/grub_0.93.oe
+++ b/grub/grub_0.93.oe
@@ -2,9 +2,9 @@ DESCRIPTION = "grand unified bootloader"
DEPENDS = "virtual/libc"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
- file://${FILESDIR}/autohell.patch;patch=1 \
- file://${FILESDIR}/memcpy.patch;patch=1 \
- file://${FILESDIR}/reiserfs.patch;patch=1"
+ file://autohell.patch;patch=1 \
+ file://memcpy.patch;patch=1 \
+ file://reiserfs.patch;patch=1"
S = "${WORKDIR}/grub-${PV}"