mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Fix DESTDIR bug
This commit is contained in:
parent
c044b2a667
commit
02d832ed8b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ inst-whois++: $(DESTDIR)$(ETCDIR)/whois++d
|
|||
cp -r templates $(DESTDIR)$(CONFIG_DIRECTORY)
|
||||
-$(MKDIR) $(DESTDIR)$(HELP_DIRECTORY)
|
||||
cp -r helpfiles/* $(DESTDIR)$(HELP_DIRECTORY)
|
||||
-$(MKDIR) $(DESTDIR)$(DESTDIR)$(MANDIR)/man$(MANSEC)
|
||||
-$(MKDIR) $(DESTDIR)$(MANDIR)/man$(MANSEC)
|
||||
sed -e 's#ETCDIR#$(ETCDIR)#' whois++d.man > $(DESTDIR)$(MANDIR)/man$(MANSEC)/whois++d.$(MANSEC)
|
||||
@echo "Don't forget to modify and install the tailor file"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue