moved daemon/sbin to daemon/scripts
This commit is contained in:
parent
ac81c049ee
commit
09cf406187
7 changed files with 4 additions and 11 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue