diff options
author | hasufell <hasufell@posteo.de> | 2013-08-28 01:15:41 +0200 |
---|---|---|
committer | hasufell <hasufell@posteo.de> | 2013-08-28 14:30:57 +0200 |
commit | 8f0d6e85fdadc343fcf2b117ef922ab430c2b264 (patch) | |
tree | 16fc66bcbacc8aa1eebc988ceed2de56115c1322 /src/htm | |
parent | 7dea09c3714d62777ef7bdc82013af6deaa3a9db (diff) |
BUILD: don't hardcode the install path in the script
Diffstat (limited to 'src/htm')
-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 |