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

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>