mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Fix the symlink creation from r249484 so that repeated
installs work correctly. Suggested by Tijl Coosemans.
This commit is contained in:
parent
2b50ce65be
commit
463f397c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue