Skip to content

Commit

Permalink
Add fonts to the make zip-file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
konkor committed Oct 26, 2019
1 parent 1bdb91d commit 46b4d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ zip-file: all
-rm -fR $(builddir)/_build
-rm -fR $(builddir)/zip-files
$(MKDIR_P) $(builddir)/_build; \
$(MKDIR_P) $(builddir)/zip-files; \
$(MKDIR_P) $(builddir)/zip-files; \
$(MAKE) install DESTDIR="$(abs_builddir)/_build"; \
mv "$(builddir)/_build/$(jsdir)" "$(builddir)/_build/"; \
cp -r "$(builddir)/_build$(datadir)/locale" "$(builddir)/_build/$(APP_ID)"; \
mkdir -p "$(builddir)/_build/$(APP_ID)/fonts"; \
cp "$(builddir)/_build$(datadir)/fonts/truetype/cpufreq/cpufreq.ttf" "$(builddir)/_build/$(APP_ID)/fonts"; \
(cd "$(builddir)/_build/$(APP_ID)"; \
zip -qr "../../zip-files/$(APP_ID).zip" .; \
);
Expand Down
2 changes: 1 addition & 1 deletion cpufreq-service
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const CpufreqServiceIface = '<node> \
<signal name="FrequencyChanged"> \
<arg name="title" type="s"/> \
</signal> \
<signal name="LoadingStateChanged"> \
<signal name="LoadingEvent"> \
<arg name="loading" type="t"/> \
</signal> \
<signal name="StyleChanged"> \
Expand Down

0 comments on commit 46b4d07

Please sign in to comment.