Skip to content

Commit

Permalink
fix symlink installation
Browse files Browse the repository at this point in the history
Signed-off-by: Aisha Tammy <[email protected]>
  • Loading branch information
epsilon-0 committed Dec 13, 2020
1 parent 7474ed2 commit f587943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install: all
install -t ${DESTDIR}${MANDIR}/man3 man/imsg_init.3
install -t ${DESTDIR}${INCLUDEDIR} src/imsg.h
install -t ${DESTDIR}${LIBDIR} ${LIBRARY}
ln -sf ${LIBRARY} ${DESTDIR}/${SONAME}
ln -sf ${LIBRARY} ${DESTDIR}${LIBDIR}/${SONAME}
install -t ${DESTDIR}${LIBDIR} ${STATICLIB}

check: test
Expand Down

0 comments on commit f587943

Please sign in to comment.