summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-05 02:47:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-05 02:47:42 +0000
commit15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b (patch)
tree075bcab8ed9b67aabb77121ada3d2627924ec8f0 /perl-install/Makefile
parentba61c8e137b93d30187a353aa77529737614c748 (diff)
downloaddrakx-15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b.tar
drakx-15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b.tar.gz
drakx-15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b.tar.bz2
drakx-15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b.tar.xz
drakx-15de234761c4e3ed3e77dd0ff9368a1cfccd3d3b.zip
remove bad uniq now unneeded
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
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