diff options
author | Iain Lane <iain.lane@canonical.com> | 2013-04-16 15:19:08 +0100 |
---|---|---|
committer | Iain Lane <iain.lane@canonical.com> | 2013-04-16 15:19:08 +0100 |
commit | 32257b0f7615ad7517d98eb894428656c00c3802 (patch) | |
tree | e384eec41aaf5e12eeff7fdfb3748894b5c4d32d /bindings/mono | |
parent | 736066fad3d20a3bc84a8d34edf6364c3aab9d0b (diff) | |
download | libayatana-appindicator-32257b0f7615ad7517d98eb894428656c00c3802.tar.gz libayatana-appindicator-32257b0f7615ad7517d98eb894428656c00c3802.tar.bz2 libayatana-appindicator-32257b0f7615ad7517d98eb894428656c00c3802.zip |
Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is
an arch:all package and library. Update the assemblydir variable in this
pcfile to refer to the correct location for the library instead of an
incorrect multiarch directory.
Diffstat (limited to 'bindings/mono')
-rw-r--r-- | bindings/mono/appindicator-sharp-0.1.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/appindicator-sharp-0.1.pc.in b/bindings/mono/appindicator-sharp-0.1.pc.in index 11ae719..f63c01e 100644 --- a/bindings/mono/appindicator-sharp-0.1.pc.in +++ b/bindings/mono/appindicator-sharp-0.1.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -assemblies_dir=${libdir}/cli/appindicator-sharp-0.1 +assemblies_dir=${prefix}/lib/cli/appindicator-sharp-0.1 Name: appindicator-sharp Description: application indicators for .NET |