Skip to content

Commit

Permalink
Fix font install
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Apr 13, 2024
1 parent 5198924 commit d6f8070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a2tools (2.3.0.2) bionic; urgency=medium
a2tools (2.3.0.3) bionic; urgency=medium

* New protocol (13)
* A/V streaming
Expand Down
1 change: 1 addition & 0 deletions src/debian/surl-server.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
usr/bin/surl-server
lib/systemd/system/surl-server.service
usr/share/fonts/truetype/Apple2/PrintChar21.ttf
4 changes: 2 additions & 2 deletions src/surl-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ install:
id surl-server || (adduser --system --no-create-home surl-server && adduser surl-server dialout) \
fi
install -m 644 systemd/surl-server.service $(DESTDIR)/lib/systemd/system/surl-server.service
mkdir -p $(DESTDIR)/usr/local/share/fonts/truetype/Apple2
install -m 644 fonts/PrintChar21.ttf $(DESTDIR)/usr/local/share/fonts/truetype/Apple2
mkdir -p $(DESTDIR)/$(prefix)/share/fonts/truetype/Apple2
install -m 644 fonts/PrintChar21.ttf $(DESTDIR)/$(prefix)/share/fonts/truetype/Apple2
fc-cache || true

0 comments on commit d6f8070

Please sign in to comment.