From 9055935d2adbdb679ec1ccdbd728ba2c542a60f8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Aug 1999 15:53:00 +0000 Subject: no_comment --- docs/TODO | 5 ----- perl-install/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/TODO b/docs/TODO index b69c4b7eb..2565357d1 100644 --- a/docs/TODO +++ b/docs/TODO @@ -3,11 +3,6 @@ replace in place catchable die's by cdie's (as in partition_table::load) add the different xmodmaps for every languages (maybe gnome-core xmodmaps can help) xmodmap needed even for english as the backspace is not what it should -in diskdrake, only swap partitions with a ``mount point'' are used. -it should be: all swap for newbie, ask for others? - -replace the after_install_packages with callbacks about things to do when available - mkdosfs missing => crash :( look at SuperProbe diff --git a/perl-install/Makefile b/perl-install/Makefile index b85b2d198..3ec8a9bcc 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -7,7 +7,7 @@ DESTREP4PMS = $(DEST)/usr/bin/perl-install PERL = perl LOCALFILES = $(PERL) mouseconfig DIRS = po pci_probing -EXCLUDE = $(LOCALFILES) boot.img keymaps xmodmaps consolefonts install +EXCLUDE = $(LOCALFILES) boot.img xmodmap keymaps consolefonts install CFLAGS = -Wall override CFLAGS += -pipe @@ -127,7 +127,7 @@ get_needed_files: $(SO_FILES) cd /usr/X11R6/lib/X11/fonts/75dpi ; cp -a fonts.* helvR* $(DEST)/usr/X11R6/lib/X11/fonts/75dpi cd /usr/X11R6/lib/X11/fonts/misc ; cp -a fonts.* cursor.pcf.gz 6x13.pcf.gz $(DEST)/usr/X11R6/lib/X11/fonts/misc - cp -a xmodmaps $(DEST)/usr/share + cp -a xmodmap $(DEST)/usr/share cp -a keymaps $(DEST)/usr/share cp -a consolefonts $(DEST)/usr/share cp MonitorsDB $(DEST)/usr/share -- cgit v1.2.1