parent
d16c4b294f
commit
c1ea50037d
3
makefile
3
makefile
|
@ -5,7 +5,7 @@ build_dir=/tmp/build
|
||||||
sign_dir=/tmp/sign
|
sign_dir=/tmp/sign
|
||||||
cert_dir=$(HOME)/.nextcloud/certificates
|
cert_dir=$(HOME)/.nextcloud/certificates
|
||||||
webserveruser ?= www-data
|
webserveruser ?= www-data
|
||||||
occ_dir ?= /var/www/html/n18
|
occ_dir ?= /var/www/html/n19
|
||||||
|
|
||||||
all: appstore
|
all: appstore
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ appstore: clean
|
||||||
--exclude=build \
|
--exclude=build \
|
||||||
--exclude=README.md \
|
--exclude=README.md \
|
||||||
--exclude=.gitignore \
|
--exclude=.gitignore \
|
||||||
|
--exclude=.idea \
|
||||||
--exclude=.travis.yml \
|
--exclude=.travis.yml \
|
||||||
--exclude=.scrutinizer.yml \
|
--exclude=.scrutinizer.yml \
|
||||||
--exclude=CONTRIBUTING.md \
|
--exclude=CONTRIBUTING.md \
|
||||||
|
|
Loading…
Reference in New Issue