diff options
-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 381419a3e..a372657a5 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -129,8 +129,8 @@ 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 -f *.png *.xpm $(DEST)/usr/share - cd pixmaps ; cp -f *.png *.xpm $(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 |