From 8f0d6e85fdadc343fcf2b117ef922ab430c2b264 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 28 Aug 2013 01:15:41 +0200 Subject: BUILD: don't hardcode the install path in the script --- src/htm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htm/Makefile.am') 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 -- cgit 1.4.1