Blob Blame History Raw
--- boo-0.7.6.2237/configure.in.in	2005-08-12 18:43:59.000000000 +0100
+++ boo-0.7.6.2237/configure-new.in.in	2006-09-06 22:14:52.000000000 +0100
@@ -14,7 +14,7 @@
 
 AC_PATH_PROG(GACUTIL, gacutil, no)
 
-GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)/$(prefix)/lib'
+GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)/$(libdir)'
 AC_SUBST(GACUTIL_FLAGS)
 
 AC_OUTPUT([
--- boo-0.7.6.2237/bin/Makefile.am	2006-04-04 22:45:36.000000000 +0100
+++ boo-0.7.6.2237/bin/Makefile-new.am	2006-09-06 22:16:36.000000000 +0100
@@ -1,4 +1,4 @@
-boodir = $(prefix)/lib/boo
+boodir = ${libdir}/boo
 boo_DATA = booc.exe booi.exe booish.exe booc.rsp booc.exe.config booi.exe.config booish.exe.config
 
 BOO_GAC_DLLS = Boo.Lang.dll \
--- boo-0.7.6.2237/extras/boo.pc.in	2005-08-12 18:43:45.000000000 +0100
+++ boo-0.7.6.2237/extras/boo-new.pc.in	2006-09-06 22:18:20.000000000 +0100
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${prefix}/lib
+libdir=@libdir@/mono
 
 
 Name: Boo
--- boo-0.7.6.2237/extras/Makefile.am	2005-08-12 18:43:45.000000000 +0100
+++ boo-0.7.6.2237/extras/Makefile-new.am	2006-09-06 22:19:03.000000000 +0100
@@ -1,4 +1,4 @@
-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = ${libdir}/pkgconfig
 pkgconfig_DATA = boo.pc
 
 gtksourceviewdir = $(GTKSOURCEVIEW_PREFIX)/share/gtksourceview-1.0/language-specs/
--- boo-0.7.6.2237/default.build.libdir	2007-02-11 10:40:57.000000000 +0100
+++ boo-0.7.6.2237/default.build	2007-02-11 10:43:46.000000000 +0100
@@ -108,7 +108,7 @@
 			<copy file="extras/booish.in" tofile="${build.dir}/booish" inputencoding="ASCII">
 				<filterchain>
 					<replacestring from="@RUNTIME@" to="mono" />
-					<replacestring from="@prefix@" to="${install.prefix}" />
+					<replacestring from="@libdir@" to="${install.libdir}" />
 				</filterchain>
 			</copy>
 		</if>
@@ -142,7 +142,7 @@
 			<copy file="extras/booi.in" tofile="${build.dir}/booi" inputencoding="ASCII">
 				<filterchain>
 					<replacestring from="@RUNTIME@" to="mono" />
-					<replacestring from="@prefix@" to="${install.prefix}" />
+					<replacestring from="@libdir@" to="${install.libdir}" />
 				</filterchain>
 			</copy>
 		</if>
@@ -230,7 +230,7 @@
 			<copy file="extras/booc.in" tofile="${build.dir}/booc" inputencoding="ASCII">
 				<filterchain>
 					<replacestring from="@RUNTIME@" to="mono" />
-					<replacestring from="@prefix@" to="${install.prefix}" />
+					<replacestring from="@libdir@" to="${install.libdir}" />
 				</filterchain>
 			</copy>
 		</if>