From 463f397c4e152e8956e0ff66c94636559c527544 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Fri, 19 Apr 2013 05:01:14 +0000 Subject: [PATCH] Fix the symlink creation from r249484 so that repeated installs work correctly. Suggested by Tijl Coosemans. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index c52d9dffd72f..6f35c6ff5b6e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -253,6 +253,6 @@ _libusb= libusb .endif afterinstall: - ln -fs ../include ${DESTDIR}/usr/lib/include + ln -fs ../include ${DESTDIR}/usr/lib/ .include