Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2013 05:01:14 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249633 - head/lib
Message-ID:  <201304190501.r3J51Eo5056807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kientzle
Date: Fri Apr 19 05:01:14 2013
New Revision: 249633
URL: http://svnweb.freebsd.org/changeset/base/249633

Log:
  Fix the symlink creation from r249484 so that repeated
  installs work correctly.
  
  Suggested by Tijl Coosemans.

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Fri Apr 19 03:55:54 2013	(r249632)
+++ head/lib/Makefile	Fri Apr 19 05:01:14 2013	(r249633)
@@ -253,6 +253,6 @@ _libusb=	libusb
 .endif
 
 afterinstall:
-	ln -fs ../include ${DESTDIR}/usr/lib/include
+	ln -fs ../include ${DESTDIR}/usr/lib/
 
 .include <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304190501.r3J51Eo5056807>