From 29b49663fc83d6cc5a5bb14dc54e68d3f3cb5055 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Mon, 19 Dec 2011 06:35:33 +0000 Subject: Symbolic link sources should not have DESTDIR in them --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index dd3a8b5..778e185 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,8 +21,8 @@ install: mkdir -p $(DESTDIR)/usr/lib find . -name "*.so*" cp *.so* $(DESTDIR)/usr/lib/ - ln -s $(DESTDIR)/usr/lib/libblt_hw.so.1.0 $(DESTDIR)/usr/lib/libblt_hw.so.1 - ln -s $(DESTDIR)/usr/lib/libblt_hw.so.1 $(DESTDIR)/usr/lib/libblt_hw.so + ln -s /usr/lib/libblt_hw.so.1.0 $(DESTDIR)/usr/lib/libblt_hw.so.1 + ln -s /usr/lib/libblt_hw.so.1 $(DESTDIR)/usr/lib/libblt_hw.so mkdir -p $(DESTDIR)/usr/include cp $(IDIR)/*.h $(DESTDIR)/usr/include -- cgit v1.2.3