diff options
-rw-r--r-- | src/htm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htm/Makefile.am b/src/htm/Makefile.am index be564f6d..5c387e36 100644 --- a/src/htm/Makefile.am +++ b/src/htm/Makefile.am @@ -8,7 +8,7 @@ thememan.exe: htm-mono.csproj thememan: @echo '#!/bin/sh' > $@ - @echo 'exec mono /usr/bin/thememan.exe "$$@"' >> $@ + @echo 'exec mono "$(bindir)/thememan.exe" "$$@"' >> $@ clean-local: rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources |