mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
ITS#8169 more for prev patch
Missed the mkdir command
This commit is contained in:
parent
fb5a768a77
commit
50949b4606
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
|
|||
mkdir -p $(DESTDIR)$(prefix)/bin
|
||||
mkdir -p $(DESTDIR)$(prefix)/lib
|
||||
mkdir -p $(DESTDIR)$(prefix)/include
|
||||
mkdir -p $(DESTDIR)$(prefix)/man/man1
|
||||
mkdir -p $(DESTDIR)$(mandir)/man1
|
||||
for f in $(IPROGS); do cp $$f $(DESTDIR)$(prefix)/bin; done
|
||||
for f in $(ILIBS); do cp $$f $(DESTDIR)$(prefix)/lib; done
|
||||
for f in $(IHDRS); do cp $$f $(DESTDIR)$(prefix)/include; done
|
||||
|
|
|
|||
Loading…
Reference in a new issue