BUILD: don't hardcode the install path in the script
This commit is contained in:
parent
7dea09c371
commit
8f0d6e85fd
|
@ -8,7 +8,7 @@ thememan.exe: htm-mono.csproj
|
||||||
|
|
||||||
thememan:
|
thememan:
|
||||||
@echo '#!/bin/sh' > $@
|
@echo '#!/bin/sh' > $@
|
||||||
@echo 'exec mono /usr/bin/thememan.exe "$$@"' >> $@
|
@echo 'exec mono "$(bindir)/thememan.exe" "$$@"' >> $@
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
||||||
|
|
Loading…
Reference in New Issue