From 2fe1842d5c7199d9a6a9aee6d5e3f1f1cf204b9c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Feb 2009 02:26:27 +0100 Subject: [PATCH] lib/Makefile: install the symlinks as well. --HG-- extra : convert_revision : 07ec7de799468a2303fda8d3a311f22b4dce5d3a --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 26ce4fc5ab7..0ec5272a78a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -23,7 +23,8 @@ $(LIBXBPS): $(OBJECTS) install: $(LIBXBPS) install -d $(LIBDIR) install -m 644 $(LIBXBPS_SO) $(LIBDIR) - install -m 644 $(LIBXBPS).$(MAJOR) $(LIBDIR) + cp -a $(LIBXBPS) $(LIBDIR) + cp -a $(LIBXBPS).$(MAJOR) $(LIBDIR) .PHONY: clean clean: clean-lib clean-objs