summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-06-19 09:44:00 +0000
committerFrancois Pons <fpons@mandriva.com>2000-06-19 09:44:00 +0000
commit0a2e340ded0614f73596bd90e586b5a8797fcbd2 (patch)
tree13d9216118fe7c2dd8d59d286e60bba265329dc4 /perl-install/Makefile
parentf6eb0d8e0240ce36d5ba5db16722b7d663b22d6f (diff)
downloaddrakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar
drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.gz
drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.bz2
drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.xz
drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.zip
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 77a3762be..2ddc0ea65 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -88,6 +88,7 @@ ifeq (sparc,$(ARCH))
endif
for i in `cat /tmp/list`; do \
+ if [ -e $$i ]; then \
if (echo $$i | grep -q "lib/[^/]*\.so"); then \
install -s $$i $(DEST)/lib; \
else \
@@ -103,6 +104,7 @@ endif
cp -f $$i $$d; \
fi; \
fi; \
+ fi; \
done
mv -f $(DEST)/lib/libimlib-png.so $(DEST)/usr/lib