summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
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