]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Fixed a wrong variable name in grub-install script.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Apr 2008 15:03:02 +0000 (17:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Apr 2008 15:03:02 +0000 (17:03 +0200)
lfs/grub

index 5d161f7943053e7d29dec4c0867b13e845f25caa..df4469ad62373646bfac5165668be453516fe310 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -82,9 +82,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && make -j $(PRALLELISM)
        cd $(DIR_APP) && make install
+       
+       sed -e "s/pkgdatadir/pkglibdir/g" -i /usr/sbin/grub-install
 
        mkdir -vp /boot/grub
-       #cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub
        
        for i in $(DIR_SRC)/config/bootloader/{grub.conf,splash.xpm.gz}; do \
            [ -f $$i ] && cp -vf $$i /boot/grub; \