summaryrefslogtreecommitdiff
path: root/net/openldap20/files/patch-clients_ud_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap20/files/patch-clients_ud_Makefile.in')
-rw-r--r--net/openldap20/files/patch-clients_ud_Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/openldap20/files/patch-clients_ud_Makefile.in b/net/openldap20/files/patch-clients_ud_Makefile.in
index 18f342c29a53..9cf81be04cdd 100644
--- a/net/openldap20/files/patch-clients_ud_Makefile.in
+++ b/net/openldap20/files/patch-clients_ud_Makefile.in
@@ -2,7 +2,9 @@
+++ clients/ud/Makefile.in Wed Jul 26 14:24:14 2000
@@ -26,4 +26,4 @@
install-local: FORCE
- -$(MKDIR) $(bindir)
- -mv -f $(bindir)/ud $(bindir)/ud-
-- $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
+ -$(MKDIR) $(DESTDIR)$(bindir)
+- -mv -f $(DESTDIR)$(bindir)/ud $(DESTDIR)$(bindir)/ud-
+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)
+ @( \
+ for prg in $(PROGRAMS); do \
+ $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT) \