diff --git a/office/misc/mdds/actions.py b/office/misc/mdds/actions.py index 09f6ce28e2..4f3cd7e27b 100644 --- a/office/misc/mdds/actions.py +++ b/office/misc/mdds/actions.py @@ -21,5 +21,6 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dosym("/usr/share/pkgconfig/mdds-2.0.pc", "/usr/share/pkgconfig/mdds-1.5.pc") pisitools.dodoc("AUTHORS", "LICENSE")