diff options
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-ldap-Makefile.in')
-rw-r--r-- | mail/perdition/files/patch-perdition-db-ldap-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-perdition-db-ldap-Makefile.in b/mail/perdition/files/patch-perdition-db-ldap-Makefile.in new file mode 100644 index 000000000000..1965d3dfe769 --- /dev/null +++ b/mail/perdition/files/patch-perdition-db-ldap-Makefile.in @@ -0,0 +1,13 @@ +--- ./perdition/db/ldap/Makefile.in.orig Sun Jun 15 21:21:13 2003 ++++ ./perdition/db/ldap/Makefile.in Sun Jun 15 21:22:09 2003 +@@ -550,8 +550,8 @@ + "$(DESTDIR)@ldap_schemadir@"; \ + fi; \ + if test -w "$(DESTDIR)@ldap_schemadir@"; then \ +- install -m644 $< \ +- "$(DESTDIR)@ldap_schemadir@/perdition.schema";\ ++ install -m644 $(schema_sources) \ ++ "$(DESTDIR)@ldap_schemadir@/perdition.schema-dist";\ + fi \ + fi + |