BUILD: don't hardcode the install path in the script

This commit is contained in:
hasufell 2013-08-28 01:15:41 +02:00
parent 7dea09c371
commit 8f0d6e85fd
1 changed files with 1 additions and 1 deletions

View File

@ -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