Fix the symlink creation from r249484 so that repeated

installs work correctly.

Suggested by Tijl Coosemans.
This commit is contained in:
Tim Kientzle 2013-04-19 05:01:14 +00:00
parent 2b50ce65be
commit 463f397c4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249633

View File

@ -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>