moved daemon/sbin to daemon/scripts

This commit is contained in:
Blake J. Harnden 2018-03-15 11:30:11 -07:00
parent ac81c049ee
commit 09cf406187
7 changed files with 4 additions and 11 deletions

View file

@ -14,7 +14,7 @@ if WANT_DOCS
SUBDIRS = doc
endif
SCRIPT_FILES := $(notdir $(wildcard sbin/*))
SCRIPT_FILES := $(notdir $(wildcard scripts/*))
MAN_FILES := $(notdir $(wildcard ../doc/man/*.1))
LOGROTATE_DIR = $(DESTDIR)/$(sysconfdir)/logrotate.d
@ -72,7 +72,7 @@ EXTRA_DIST = $(SETUPPY) \
data \
doc/conf.py.in \
examples \
sbin \
scripts \
tests \
test.py \
setup.cfg \