From 8c5ccde3e9796cd4632f4613ee9f6286591bc8c5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 19:36:56 +0000 Subject: fix typo --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index aa40d5275..ca32fab25 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -57,7 +57,7 @@ install_pms: $(DIRS) for i in `perl -ne 's/sub (\w+?)_? {.*/$$1/ and print' commands.pm` sync; do ln -sf commands $(DEST)/usr/bin/$$i; done install -d $(DESTREP4PMS) - find $(DESTREP4PMS) -name "*.gz.pm" | xargs rm -f + find $(DESTREP4PMS) -name "*.pm.gz" | xargs rm -f for i in $(PMS); do \ dest=$(DESTREP4PMS)/`dirname $$i`; \ install -d $$dest; \ -- cgit v1.2.1