Skip to content

Commit 9b30d8f

Browse files
author
webdevred
committed
Fix Makefile
1 parent c95f91c commit 9b30d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ $(BUILD_DIR) $(BC_DIR) $(WPC_INSTALL_DIR) $(WPC_HELPER_INSTALL_DIR):
8181
mkdir -p $@
8282

8383
install: all | $(WPC_INSTALL_DIR) $(WPC_HELPER_INSTALL_DIR)
84-
install -m 0111 wpc $(WPC_INSTALL_DIR)/
84+
install -m 0111 build/wpc $(WPC_INSTALL_DIR)/
8585
ifeq ($(WPC_HELPER), 1)
86-
install -o root -g root -m 4711 wpc_lightdm_helper $(WPC_HELPER_INSTALL_DIR)/lightdm_helper
86+
install -o root -g root -m 4711 build/wpc_lightdm_helper $(WPC_HELPER_INSTALL_DIR)/lightdm_helper
8787
endif
8888

8989
iwyu:

0 commit comments

Comments
 (0)