diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-23 11:21:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-23 11:21:56 +0000 |
commit | 127a73d935d78af53d3dadd05d4636f6b717976d (patch) | |
tree | 6797464d4d8bd2988ae4cb2ee31e5f8d4ed1ba5c /perl-install/Makefile | |
parent | ec465a6ed1a4eed2a2bc81de33cf611daeb618eb (diff) | |
download | drakx-127a73d935d78af53d3dadd05d4636f6b717976d.tar drakx-127a73d935d78af53d3dadd05d4636f6b717976d.tar.gz drakx-127a73d935d78af53d3dadd05d4636f6b717976d.tar.bz2 drakx-127a73d935d78af53d3dadd05d4636f6b717976d.tar.xz drakx-127a73d935d78af53d3dadd05d4636f6b717976d.zip |
modparm.lst is not used anymore (modinfo -p)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 208c90a37..668ba38c2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -160,7 +160,6 @@ endif gzip -9f $(DEST)/usr/share/ldetect-lst/* - cd share ; cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a consolefonts $(DEST)/usr/share -cd share ; cp -f *.png *.xpm $(DEST)/usr/share -cd pixmaps ; cp -f *.png *.xpm $(DEST)/usr/share ; rm -f $(DEST)/usr/share/wiz_* |