mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-24 22:44:40 +02:00
backgammon: set 4x8 to avoid segfault
This commit is contained in:
parent
be5eeea07c
commit
2975657fa1
@ -114,6 +114,10 @@ define Package/backgammon/install
|
||||
$(INSTALL_BIN) \
|
||||
$(PKG_BUILD_DIR)/backgammon/teachgammon/teachgammon \
|
||||
$(1)/usr/bin/teachgammon
|
||||
|
||||
$(INSTALL_BIN) \
|
||||
$(FILES_DIR)/backgammon.sh \
|
||||
$(1)/usr/bin/backgammon.sh
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,tetris))
|
||||
|
3
bsd-games/files/backgammon.sh
Normal file
3
bsd-games/files/backgammon.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/sbin/setfont2 /usr/share/setfont2/un-fuzzy-4x8-font.pnm
|
||||
exec /usr/bin/backgammon
|
Loading…
Reference in New Issue
Block a user