Author: alexander Date: 2005-05-24 23:00:46 -0600 (Tue, 24 May 2005) New Revision: 209
Modified: trunk/packages/kbd/Makefile Log: Fixed typo Modified: trunk/packages/kbd/Makefile =================================================================== --- trunk/packages/kbd/Makefile 2005-05-25 04:58:47 UTC (rev 208) +++ trunk/packages/kbd/Makefile 2005-05-25 05:00:46 UTC (rev 209) @@ -8,8 +8,8 @@ URL= $(FTP)/$(NM)/$(FILE) PATCH= $(DIR)-backspace-1.patch -BYELARUSIAN_FILE= belarusian-0.3.tar.gz -BYELARUSIAN_URL= http://www.mova.org/bellinux/$(BYELARUSIAN_FILE) +BELARUSIAN_FILE= belarusian-0.3.tar.gz +BELARUSIAN_URL= http://www.mova.org/bellinux/$(BELARUSIAN_FILE) # RULES @@ -24,9 +24,9 @@ @echo "" @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \ mv $(FILE) $(SRC) ; fi - @if [ ! -f $(BYELARUSIAN_FILE) ] ; then $(WGET) $(BYELARUSIAN_URL) ; fi + @if [ ! -f $(BELARUSIAN_FILE) ] ; then $(WGET) $(BELARUSIAN_URL) ; fi @if [ ! -f /bin/loadkeys ] ; then tar xjvf $(SRC)/$(FILE) && \ - tar zxvf $(BYELARUSIAN_FILE) && \ + tar zxvf $(BELARUSIAN_FILE) && \ zcat bellinux/console/keymaps/by2_win.kmap.gz >$(DIR)/data/keymaps/i386/qwerty/by2_win.map && \ echo 'Correcting SOFT SIGN in by2_win keymap' && \ sed -i -e 's/\(50 = 0x.\)A/\1C/' $(DIR)/data/keymaps/i386/qwerty/by2_win.map && \ -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
