Skip to content

Commit

Permalink
Removing commandpipe creation in Makefile
Browse files Browse the repository at this point in the history
It is created by the server anyway.
Was requested by users to package with Nix.
  • Loading branch information
balat committed Jun 7, 2024
1 parent b9f04a4 commit b43ae7c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ install.files:
@echo
@echo "## Run \"make doc\" and \"make install.doc\" to build and install the ocamldoc."
@echo INSTALL_CAN_PUT_PERMISSIONS: ${INSTALL_CAN_PUT_PERMISSIONS}
## Command pipe
$(INSTALL) -m ${INSTALL_MOD_755} -d $(dir $(TEMPROOT)$(COMMANDPIPE))
[ -p $(TEMPROOT)$(COMMANDPIPE) ] || \
{ mkfifo -m ${INSTALL_MOD_660} $(TEMPROOT)$(COMMANDPIPE); \
if [ "${INSTALL_CAN_PUT_PERMISSIONS}" = yes ]; \
then $(CHOWN) -R $(OCSIGENUSER):"$(OCSIGENGROUP)" $(TEMPROOT)$(COMMANDPIPE); \
fi; }
## Configuration files
$(INSTALL) -m ${INSTALL_MOD_755} -d $(TEMPROOT)$(CONFIGDIR)/conf.d
${INSTALL} -m ${INSTALL_MOD_644} ocsigenserver.conf.sample $(TEMPROOT)$(CONFIGDIR)/
Expand Down

0 comments on commit b43ae7c

Please sign in to comment.