mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Included missing dependencies.
This commit is contained in:
parent
46fb665fd8
commit
ce0d6a57e3
4
Makefile
4
Makefile
@ -15,7 +15,7 @@ default: predepend config dirs template css docs dbs
|
|||||||
all: default
|
all: default
|
||||||
|
|
||||||
predepend:
|
predepend:
|
||||||
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3"
|
sudo sh -c "apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bjsonrpc python-cheetah python-cherrypy3 python-simplejson sudo"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
touch predepend
|
touch predepend
|
||||||
@ -26,7 +26,7 @@ install: default
|
|||||||
mkdir -p $(DESTDIR)/usr/lib/python2.7/plinth $(DESTDIR)/usr/bin \
|
mkdir -p $(DESTDIR)/usr/lib/python2.7/plinth $(DESTDIR)/usr/bin \
|
||||||
$(DESTDIR)/usr/share/doc/plinth $(DESTDIR)/usr/share/man/man1
|
$(DESTDIR)/usr/share/doc/plinth $(DESTDIR)/usr/share/man/man1
|
||||||
rsync -L doc/* $(DESTDIR)/usr/share/doc/plinth/
|
rsync -L doc/* $(DESTDIR)/usr/share/doc/plinth/
|
||||||
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" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user