mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 04:00:19 +00:00
BUILD: don't hardcode the install path in the script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user