blob: 0b881a894b657dc566767cb05925de718f7dfb19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- perdition/db/ldap/Makefile.in.orig 2012-03-20 05:08:04.000000000 -0700
+++ perdition/db/ldap/Makefile.in 2012-12-12 16:50:02.000000000 -0800
@@ -864,7 +864,7 @@
@LDAP_SCHEMA_TRUE@ test -n "@ldap_schemadir@"
@LDAP_SCHEMA_TRUE@ mkdir -p "$(DESTDIR)@ldap_schemadir@"
@LDAP_SCHEMA_TRUE@ chmod 755 "$(DESTDIR)@ldap_schemadir@"
-@LDAP_SCHEMA_TRUE@ install -m 644 $< "$(DESTDIR)@ldap_schemadir@/"
+@LDAP_SCHEMA_TRUE@ for p in $< ; do $(am__strip_dir) install -m 644 $$p "$(DESTDIR)@ldap_schemadir@/$$f-dist" ; done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|