diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 9b0d037f7..f764a05be 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -144,7 +144,7 @@ get_needed_files: $(SO_FILES) tar xfy locales.tar.bz2 -C $(DEST) # DEST=$(DEST) perl -I. -MForMakefile -e 'locale()' - DEST=$(DEST) perl -I. -MForMakefile -e 'xmodmap()' +# DEST=$(DEST) perl -I. -MForMakefile -e 'xmodmap()' cp -a keymaps $(DEST)/usr/share cp -a consolefonts $(DEST)/usr/share |