mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
quote the wildcards in rsync excludes
This commit is contained in:
parent
fdd1d04170
commit
338a0684ba
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ install: default
|
|||||||
gzip $(DESTDIR)/usr/share/doc/plinth/plinth.1
|
gzip $(DESTDIR)/usr/share/doc/plinth/plinth.1
|
||||||
mv $(DESTDIR)/usr/share/doc/plinth/plinth.1.gz $(DESTDIR)/usr/share/man/man1
|
mv $(DESTDIR)/usr/share/doc/plinth/plinth.1.gz $(DESTDIR)/usr/share/man/man1
|
||||||
rsync -rl *.py modules templates vendor themes static \
|
rsync -rl *.py modules templates vendor themes static \
|
||||||
--exclude static/doc --exclude .git/* --exclude *.pyc \
|
--exclude static/doc --exclude ".git/*" --exclude "*.pyc" \
|
||||||
$(DESTDIR)/usr/lib/python2.7/plinth
|
$(DESTDIR)/usr/lib/python2.7/plinth
|
||||||
mkdir -p $(DESTDIR)/usr/lib/python2.7/plinth/static/doc
|
mkdir -p $(DESTDIR)/usr/lib/python2.7/plinth/static/doc
|
||||||
cp doc/*.html $(DESTDIR)/usr/lib/python2.7/plinth/static/doc
|
cp doc/*.html $(DESTDIR)/usr/lib/python2.7/plinth/static/doc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user