blob: 42bfacc94ed1332accc194d499d28f09a33a55d6 (
plain)
1 From c31b285b856fdf4a131baab5e0a2397a375ac24f Mon Sep 17 00:00:00 2001
2 From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
3 Date: Tue, 7 Oct 2014 17:23:43 -0400
4 Subject: [PATCH 3/3] Fix Mono assemblies directory
5
6 ---
7 bindings/mono/Makefile.am | 2 +-
8 bindings/mono/appindicator-sharp-0.1.pc.in | 2 +-
9 2 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am
12 index 6f8e8a9..e1bd6e5 100644
13 --- a/bindings/mono/Makefile.am
14 +++ b/bindings/mono/Makefile.am
15 @@ -31,7 +31,7 @@ TARGET = \
16 $(DLLPOLICY1) \
17 $(POLICY1).config
18
19 -assemblydir = $(libdir)/cli/appindicator-sharp-0.1
20 +assemblydir = $(libdir)/appindicator-sharp-0.1
21 assembly_DATA = $(TARGET)
22
23 CLEANFILES = \
24 diff --git a/bindings/mono/appindicator-sharp-0.1.pc.in b/bindings/mono/appindicator-sharp-0.1.pc.in
25 index f63c01e..ca09a6d 100644
26 --- a/bindings/mono/appindicator-sharp-0.1.pc.in
27 +++ b/bindings/mono/appindicator-sharp-0.1.pc.in
28 @@ -1,7 +1,7 @@
29 prefix=@prefix@
30 exec_prefix=@exec_prefix@
31 libdir=@libdir@
32 -assemblies_dir=${prefix}/lib/cli/appindicator-sharp-0.1
33 +assemblies_dir=${prefix}/lib/appindicator-sharp-0.1
34
35 Name: appindicator-sharp
36 Description: application indicators for .NET
37 --
38 2.1.2
|