[blam] Use the full path of the mono binary
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam] Use the full path of the mono binary
- Date: Sat, 25 Dec 2010 23:06:14 +0000 (UTC)
commit f6abd1b32cefd307f7c6b03e1554132e17822291
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date: Sat Dec 25 23:05:18 2010 +0000
Use the full path of the mono binary
Makefile.am | 2 +-
blam.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3672b38..6197b66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ bindir=$(prefix)/bin
man_MANS = blam.1
blam: blam.in config.log
- sed -e "s|\ prefix\@|$(prefix)|" < blam.in > blam
+ sed -e "s|\ prefix\@|$(prefix)|" -e "s|\ MONO\@|$(MONO)|" < blam.in > blam
configdir = $(prefix)/lib/blam
config_DATA = blam.exe.config
diff --git a/blam.in b/blam.in
index 06383c8..c481b34 100644
--- a/blam.in
+++ b/blam.in
@@ -1,2 +1,2 @@
#!/bin/sh
-exec mono $MONO_OPTIONS @prefix@/lib/blam/blam.exe "$@"
+exec @MONO@ $MONO_OPTIONS @prefix@/lib/blam/blam.exe "$@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]