Change Details
fbsize/Makefile |
20 | 20 | endef |
21 | 21 | |
22 | 22 | define Package/fbsize/description |
23 | | fbsize, a dummy utility to show current terminal size (might be handy) |
| 23 | fbsize, a small utility to show current terminal size (might be handy) |
24 | 24 | endef |
25 | 25 | |
26 | 26 | define Build/Compile |
27 | | $(TARGET_CC) -o fbsize ./files/fbsize.c |
| 27 | $(TARGET_CC) -o $(PKG_BUILD_DIR)/fbsize ./files/fbsize.c |
28 | 28 | endef |
29 | 29 | |
30 | 30 | define Package/fbsize/install |
... | ... | |
32 | 32 | $(1)/usr/bin |
33 | 33 | |
34 | 34 | $(INSTALL_BIN) \ |
35 | | fbsize \ |
| 35 | $(PKG_BUILD_DIR)/fbsize \ |
36 | 36 | $(1)/usr/bin/fbsize |
37 | 37 | |
38 | 38 | endef |
Download the corresponding diff file