mirror of https://gitee.com/bigwinds/arangodb
only copy files, not dirs
This commit is contained in:
parent
1c04578df7
commit
22d04c7a78
|
@ -223,8 +223,8 @@ nobase_pkgdata_DATA = \
|
|||
$(shell find @srcdir@/js/common -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/server -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/client -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/node -print) \
|
||||
$(shell find @srcdir@/js/npm -print) \
|
||||
$(shell find @srcdir@/js/node -type f -print) \
|
||||
$(shell find @srcdir@/js/npm -type f -print) \
|
||||
$(shell find @srcdir@/html -name "*.css" -print) \
|
||||
$(shell find @srcdir@/html -name "*.gif" -print) \
|
||||
$(shell find @srcdir@/html -name "*.html" -print) \
|
||||
|
|
Loading…
Reference in New Issue