From 15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Oct 2004 02:47:42 +0000 Subject: remove bad uniq now unneeded --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index c1dafdfbd..419bc212d 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -185,7 +185,7 @@ endif gzip -9f $(DEST)/usr/share/ldetect-lst/* cd share ; cp -a consolefonts devices $(DEST)/usr/share - cat share/symlinks `../tools/specific_arch share/symlinks` | uniq > $(DEST)/usr/share/symlinks + cat share/symlinks `../tools/specific_arch share/symlinks` > $(DEST)/usr/share/symlinks -cd share ; cp -f *.png $(DEST)/usr/share -cd pixmaps ; cp -af *.png *.xpm $(DEST)/usr/share ; rm -f $(DEST)/usr/share/wiz_* cp `perl -I. -Mlang -e 'lang::png_lang_files()'` $(DEST)/usr/share/langs -- cgit v1.2.1