diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
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 |