do not package unused stuff
This commit is contained in:
parent
0d69783913
commit
e96a49418c
15
Makefile
15
Makefile
@ -4,7 +4,20 @@ VERSION=1.0.0
|
|||||||
dist: owncloud-ccs.spec
|
dist: owncloud-ccs.spec
|
||||||
rm -rf owncloud-ccs-$(VERSION)
|
rm -rf owncloud-ccs-$(VERSION)
|
||||||
mkdir owncloud-ccs-$(VERSION)
|
mkdir owncloud-ccs-$(VERSION)
|
||||||
cp -ra *.php assets controller img l10n appinfo css js lib templates owncloud-ccs-$(VERSION)
|
tar cf - *.php \
|
||||||
|
appinfo \
|
||||||
|
assets \
|
||||||
|
controller \
|
||||||
|
css/style.css \
|
||||||
|
img \
|
||||||
|
js/*.js \
|
||||||
|
js/3rdparty/resources \
|
||||||
|
js/viewer \
|
||||||
|
js/widgets \
|
||||||
|
l10n \
|
||||||
|
lib \
|
||||||
|
templates \
|
||||||
|
| ( cd owncloud-ccs-$(VERSION) && tar xf - )
|
||||||
tar cfz owncloud-ccs-$(VERSION).tar.gz owncloud-ccs-$(VERSION)
|
tar cfz owncloud-ccs-$(VERSION).tar.gz owncloud-ccs-$(VERSION)
|
||||||
rm -rf owncloud-ccs-$(VERSION)
|
rm -rf owncloud-ccs-$(VERSION)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user