From 55cab9da3f976b330a356202b0dd3384b9245dee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Mar 2009 05:53:35 +0100 Subject: [PATCH] grub: update deps to new order. --HG-- extra : convert_revision : 197a5d43578a09d3243ca6dbeb09597cd9983116 --- templates/grub/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/grub/template b/templates/grub/template index 7a5e4106ffd..5673b570132 100644 --- a/templates/grub/template +++ b/templates/grub/template @@ -15,4 +15,6 @@ long_desc=" the Multiboot standard, which allows for flexible loading of multiple boot images (needed for modular kernels such as the GNU Hurd)." -run_depends="glibc-2.8 ncurses-5.6" +Add_dependency full glibc +Add_dependency build ncurses +Add_dependency run ncurses-libs