]> git.pld-linux.org Git - packages/dotnet-ndesk-dbus-sharp.git/blob - ndesk-dbus-gac_dir.patch
- package rename to fit pld standards
[packages/dotnet-ndesk-dbus-sharp.git] / ndesk-dbus-gac_dir.patch
1 diff -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.059801 seconds and 3 git commands to generate.