mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fix install of ucdata
This commit is contained in:
parent
390fd72398
commit
b486f9b944
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ucgendat: $(LIBRARY) ucgendat.o
|
|||
install-local: $(PROGRAMS) FORCE
|
||||
-$(MKDIR) $(DESTDIR)$(datadir)/ucdata
|
||||
@for i $(DATFILES); do \
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata \
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
|
||||
done
|
||||
|
||||
.links :
|
||||
|
|
|
|||
Loading…
Reference in a new issue