Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Jan 23, 2024
1 parent 5dfcb83 commit 0be457b
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 @@ -6,7 +6,7 @@ INSTALLER=extras/mpvc-installer
all:
install:
BINDIR=${DESTDIR}/${PREFIX}/bin ${INSTALLER} install
DOCDIR=${DESTDIR}/${PREFIX}/share/docs/mpvc/ ${INSTALLER} docs
DOCDIR=${DESTDIR}/${PREFIX}/share/doc/mpvc/ ${INSTALLER} docs
LICDIR=${DESTDIR}/${PREFIX}/share/licenses/mpvc/ ${INSTALLER} licenses
link uninstall:
BINDIR=${DESTDIR}/${PREFIX}/bin ${INSTALLER} "$@"
Expand Down

0 comments on commit 0be457b

Please sign in to comment.