diff options
-rw-r--r-- | docs/TODO | 5 | ||||
-rw-r--r-- | perl-install/Makefile | 4 |
2 files changed, 2 insertions, 7 deletions
@@ -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 |