diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 19:36:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 19:36:56 +0000 |
commit | 8c5ccde3e9796cd4632f4613ee9f6286591bc8c5 (patch) | |
tree | 467a34cab832442fbe4f4f9876bfc33bc9ac6b18 | |
parent | 1ee2e192164d49f3242c5aa65ee8f48148fba421 (diff) | |
download | drakx-8c5ccde3e9796cd4632f4613ee9f6286591bc8c5.tar drakx-8c5ccde3e9796cd4632f4613ee9f6286591bc8c5.tar.gz drakx-8c5ccde3e9796cd4632f4613ee9f6286591bc8c5.tar.bz2 drakx-8c5ccde3e9796cd4632f4613ee9f6286591bc8c5.tar.xz drakx-8c5ccde3e9796cd4632f4613ee9f6286591bc8c5.zip |
fix typo
-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 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; \ |