1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix makefile (shuffle bug)
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1105406
Forwarded: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/commit/676a4ef2
Last-Update: 2025-05-13
--- a/Makefile
+++ b/Makefile
@@ -802,7 +802,7 @@
# Site install
-install_site: install_manager_site install_portal_site install_handler_site install_test_site install_examples_site install_doc_site install_webserver_conf
+install_site: install_bin install_manager_site install_portal_site install_handler_site install_test_site install_examples_site install_doc_site install_webserver_conf
# Site install
@install -v -d $(RCONFDIR)
# Check if erase is wanted
|