svn commit: r249633 - head/lib
Tim Kientzle
kientzle at FreeBSD.org
Fri Apr 19 05:01:15 UTC 2013
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>
More information about the svn-src-all
mailing list