summaryrefslogtreecommitdiff
path: root/mail/perdition/files/patch-perdition-db-ldap-Makefile.in
blob: 1965d3dfe769a074d07e0c239f20817a1259408f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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