Commit d077db10 authored by Lucas Russo's avatar Lucas Russo

scripts/Makefile: pass -s to enable/disable.sh scripts

parent cf7a7a41
......@@ -33,10 +33,10 @@ all:
install:
$(foreach script,$(SCRIPTS),mkdir -p $(dir ${SCRIPTS_PREFIX}/$(script)) $(CMDSEP))
$(foreach script,$(SCRIPTS),cp --preserve=mode $(INIT_SYSTEM)/$(script) ${SCRIPTS_PREFIX}/$(script) $(CMDSEP))
./enable-service.sh $(SERVICE_NAME)
./enable-service.sh -s $(SERVICE_NAME)
uninstall:
./disable-service.sh $(SERVICE_NAME)
./disable-service.sh -s $(SERVICE_NAME)
$(foreach script,$(SCRIPTS),rm -f ${SCRITS_PREFIX}/$(script) $(CMDSEP))
clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment