We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95f91c commit 9b30d8fCopy full SHA for 9b30d8f
Makefile
@@ -81,9 +81,9 @@ $(BUILD_DIR) $(BC_DIR) $(WPC_INSTALL_DIR) $(WPC_HELPER_INSTALL_DIR):
81
mkdir -p $@
82
83
install: all | $(WPC_INSTALL_DIR) $(WPC_HELPER_INSTALL_DIR)
84
- install -m 0111 wpc $(WPC_INSTALL_DIR)/
+ install -m 0111 build/wpc $(WPC_INSTALL_DIR)/
85
ifeq ($(WPC_HELPER), 1)
86
- install -o root -g root -m 4711 wpc_lightdm_helper $(WPC_HELPER_INSTALL_DIR)/lightdm_helper
+ install -o root -g root -m 4711 build/wpc_lightdm_helper $(WPC_HELPER_INSTALL_DIR)/lightdm_helper
87
endif
88
89
iwyu:
0 commit comments