diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-15 17:01:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-15 17:01:25 +0000 |
commit | fb45fbc45e882f8a6accee52712e1518af0ef06c (patch) | |
tree | 6044f119643f0d6827ba6869ee8bc2d164bc2724 /perl-install | |
parent | d339206404dbf81265e2c87b8575a09bd1709c1f (diff) | |
download | drakx-fb45fbc45e882f8a6accee52712e1518af0ef06c.tar drakx-fb45fbc45e882f8a6accee52712e1518af0ef06c.tar.gz drakx-fb45fbc45e882f8a6accee52712e1518af0ef06c.tar.bz2 drakx-fb45fbc45e882f8a6accee52712e1518af0ef06c.tar.xz drakx-fb45fbc45e882f8a6accee52712e1518af0ef06c.zip |
(get_needed_files): copy png files instead of xpm's
Diffstat (limited to 'perl-install')
-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 7646ccdfb..e6bdbafcd 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -123,7 +123,7 @@ endif cd share ; cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a consolefonts $(DEST)/usr/share cd share ; cp template.in/*.in $(DEST)/usr/share - cd share ; cp *.xpm $(DEST)/usr/share + cd share ; cp *.png $(DEST)/usr/share cd share ; cp -a themes $(DEST)/usr/share/gtk cd share ; cp compssUsers compssUsers.desktop rpmsrate $(ROOTDEST)/Mandrake/base |