diff options
author | damien <damien@mandriva.com> | 2001-03-05 23:30:53 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-05 23:30:53 +0000 |
commit | 289a6927014fd5eddede7c5458d4520581e4c56d (patch) | |
tree | 00bd70b66d86b0d0bafc8e18abce940c0a6db17b /perl-install | |
parent | 241669cc79f5f8c5a5090534e34e5bba8e88e7e2 (diff) | |
download | drakx-backup-do-not-use-289a6927014fd5eddede7c5458d4520581e4c56d.tar drakx-backup-do-not-use-289a6927014fd5eddede7c5458d4520581e4c56d.tar.gz drakx-backup-do-not-use-289a6927014fd5eddede7c5458d4520581e4c56d.tar.bz2 drakx-backup-do-not-use-289a6927014fd5eddede7c5458d4520581e4c56d.tar.xz drakx-backup-do-not-use-289a6927014fd5eddede7c5458d4520581e4c56d.zip |
added pixmaps copying
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 141c0698c..543be82ef 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -128,6 +128,7 @@ endif cd share ; cp -a consolefonts $(DEST)/usr/share cd share ; cp template.in/*.in $(DEST)/usr/share cd share ; cp -f *.png *.xpm $(DEST)/usr/share + cd pixmaps ; cp -f *.png *.xpm $(DEST)/usr/share cd share ; cp -a themes $(DEST)/usr/share/gtk cd share ; cp compssUsers compssUsers.desktop rpmsrate $(ROOTDEST)/Mandrake/base |