diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-04 22:13:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-04 22:13:57 +0000 |
commit | 85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc (patch) | |
tree | 3a45e1e56f50f9f59ea5d3db0be6b279ee0eb526 /perl-install/Makefile | |
parent | f7537f35d8002323124bbb8aa40b627152660bf3 (diff) | |
download | drakx-85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc.tar drakx-85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc.tar.gz drakx-85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc.tar.bz2 drakx-85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc.tar.xz drakx-85e21d9abb2daf68be31c33dcdbc8874c3cc8fdc.zip |
no_comment
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 98d43ab02..b0c8e27f9 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -73,7 +73,7 @@ get_needed_files: $(DIRS) install -d $(DEST)/usr/X11R6/lib/X11 install -d $(ROOTDEST)/Mandrake/base install -s $(LOCALFILES) $(DEST)/usr/bin - cp -f $(LOCALFILES2) $(DEST)/usr/bin +# cp -f $(LOCALFILES2) $(DEST)/usr/bin for i in `cat /tmp/list`; do \ if (echo $$i | grep -q "lib/[^/]*\.so"); then \ |