From da4f71b1f1b3a2bfce8114472e08f84182472c7d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 25 Feb 2009 13:05:57 +0000 Subject: Rename 'languages' to 'lang' The list of languages available to the gfxboot menu is stored in a file which used to be called "languages". However, when using isolinux this file can't be found because its name is too long (9 chars). Renaming it to langs fixes that problem --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b32b565..04521e0 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ bootlogo: src/main.bin help-install/.ready po/.ready fonts/.ready ifdef DEFAULT_LANG @echo $(DEFAULT_LANG) >bootlogo.dir/lang endif - @sh -c 'cd bootlogo.dir; chmod +t * ; chmod -t init languages' + @sh -c 'cd bootlogo.dir; chmod +t * ; chmod -t init langs' @sh -c 'cd bootlogo.dir; echo $(IN_CPIO_INSTALL) | sed -e "s/ /\n/g" | cpio --quiet -o >../bootlogo' @cd bootlogo.dir; rm $(IN_CPIO_INSTALL) @@ -63,7 +63,7 @@ message: src/main.bin help-boot/.ready po/.ready fonts/.ready ifdef DEFAULT_LANG cp -rL po/$(DEFAULT_LANG).tr help-boot/$(DEFAULT_LANG).hlp message.dir @echo $(DEFAULT_LANG) >message.dir/lang - @echo $(DEFAULT_LANG) >>message.dir/languages + @echo $(DEFAULT_LANG) >>message.dir/langs endif @sh -c 'cd message.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet -o >../message' @rm -r message.dir -- cgit v1.2.1