summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@sunpoet.net>2020-01-31 15:54:37 +0000
committerPo-Chuan Hsieh <sunpoet@sunpoet.net>2020-01-31 15:54:37 +0000
commit53d7ed301569ec6ffa72467251b0b68e780de097 (patch)
tree13e2f1248195c9de105b5426c0ffb7b8323986d4 /Makefile.in
parent9162f1ae739c75f3fccaeca5d27498f8c7a8da91 (diff)
downloadhelp2man-53d7ed301569ec6ffa72467251b0b68e780de097.tar.gz
Do not create pkglibdir when nls is disabled
It avoids creating an empty directory (pkglibdir) when nls is disabled.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a20c32f..3944d2e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,7 +60,6 @@ all: $(target) man info @extra_make_all@
install: all install_base @extra_make_install@
install_dirs:
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
- $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
@@ -77,6 +76,7 @@ install_base: install_dirs
fi
install_preload: install_dirs preload
+ $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(pkglibdir)
install_l10n: install_dirs msg_l10n man_l10n info_l10n