]> git.pld-linux.org Git - packages/dotnet-ndesk-dbus-sharp.git/blame - ndesk-dbus-gac_dir.patch
- package rename to fit pld standards
[packages/dotnet-ndesk-dbus-sharp.git] / ndesk-dbus-gac_dir.patch
CommitLineData
6927f054 1diff -ur dbus-sharp-0.4.2/include.mk dbus-sharp-0.4.2-gac/include.mk
2--- dbus-sharp-0.4.2/include.mk 2007-03-12 12:33:09.000000000 +0100
3+++ dbus-sharp-0.4.2-gac/include.mk 2007-04-24 21:45:07.000000000 +0200
4@@ -4,9 +4,9 @@
5 MONO_DEBUGFLAGS=--debug
6 RUNTIME=mono $(MONO_DEBUGFLAGS)
7 GACUTIL=gacutil
8-GACUTIL_FLAGS=-root $(DESTDIR)$(prefix)/lib
9+GACUTIL_FLAGS=-root $(DESTDIR)$(prefix)/lib -gacdir $(prefix)/lib
10 #this isn't great
11-prefix=$(shell dirname `which gacutil`)/..
12+prefix=$(PREFIX)
13
14 #%.exe:
15 %.exe %.dll %.module:
This page took 0.071872 seconds and 4 git commands to generate.