Skip to content

Commit

Permalink
improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan11111 committed May 27, 2023
1 parent e4a9dc4 commit a3a750e
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 @@ -23,7 +23,7 @@ libudev.so.1: ${OBJ}
install: libudev.so.1
mkdir -p ${DESTDIR}/lib64
cp -f libudev.so.1 ${DESTDIR}/lib64/libudev.so.1.fake
ln -sf ${DESTDIR}/lib64/libudev.so.1.fake ${DESTDIR}/lib64/libudev.so.1
ln -rsf ${DESTDIR}/lib64/libudev.so.1.fake ${DESTDIR}/lib64/libudev.so.1

uninstall:
rm -f ${DESTDIR}/lib64/libudev.so.1.fake ${DESTDIR}/lib64/libudev.so.1
Expand Down

0 comments on commit a3a750e

Please sign in to comment.