diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 15:53:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 15:53:00 +0000 |
commit | 9055935d2adbdb679ec1ccdbd728ba2c542a60f8 (patch) | |
tree | 44e2e64408a5013d3b0ed64e517df5a7397e4d82 /perl-install/Makefile | |
parent | 63a429c5533aab698314be946f597b8c10febd3d (diff) | |
download | drakx-9055935d2adbdb679ec1ccdbd728ba2c542a60f8.tar drakx-9055935d2adbdb679ec1ccdbd728ba2c542a60f8.tar.gz drakx-9055935d2adbdb679ec1ccdbd728ba2c542a60f8.tar.bz2 drakx-9055935d2adbdb679ec1ccdbd728ba2c542a60f8.tar.xz drakx-9055935d2adbdb679ec1ccdbd728ba2c542a60f8.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |