From 5e303e5c138cd5d003ee1db81708143cc862ae0a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Apr 2001 20:59:17 +0000 Subject: ignore dams or at least dams errors --- perl-install/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1