Skip to content

Commit

Permalink
Fix ASSETS path expansion in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jun 30, 2024
1 parent 7fe2d31 commit e8fe5b8
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 @@ -10,7 +10,7 @@ ASSETS := ${DATADIR}/idoc/assets

build:
inko pkg sync
inko build --define 'idoc.cmd.ASSETS=${ASSETS}' -o ./build/idoc
inko build --define "idoc.cmd.ASSETS=$$(realpath ${ASSETS})" -o ./build/idoc

${DESTDIR}${BINDIR}/idoc:
install -D --mode=755 build/idoc "${@}"
Expand Down

0 comments on commit e8fe5b8

Please sign in to comment.