diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-06 14:56:45 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-06 14:56:45 +0000 |
commit | ee397c31061eb572e6be7d413ba97d3ab23fc933 (patch) | |
tree | 0c94cd0288541b7195a31ea5c5e2a76ce0cf34b2 /Makefile | |
parent | fd7aee3c4332cf3fe12343a016c3cac9db9e7f8e (diff) | |
download | bootloader-theme-ee397c31061eb572e6be7d413ba97d3ab23fc933.tar bootloader-theme-ee397c31061eb572e6be7d413ba97d3ab23fc933.tar.gz bootloader-theme-ee397c31061eb572e6be7d413ba97d3ab23fc933.tar.bz2 bootloader-theme-ee397c31061eb572e6be7d413ba97d3ab23fc933.tar.xz bootloader-theme-ee397c31061eb572e6be7d413ba97d3ab23fc933.zip |
Use binary names as installed by the new gfxboot package
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ else PREPARED = $(shell [ -f .prepared ] && echo 1) endif -ADDDIR = ../../bin/adddir +ADDDIR = gfxboot-adddir BFLAGS = -O -v -L ../.. SUBDIRS = fonts help-boot help-install po src |