mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 19:31:35 +02:00
fbsize: paths fixed
This commit is contained in:
parent
844f885242
commit
d9fdb1ccf2
@ -20,11 +20,11 @@ define Package/fbsize
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fbsize/description
|
define Package/fbsize/description
|
||||||
fbsize, a dummy utility to show current terminal size (might be handy)
|
fbsize, a small utility to show current terminal size (might be handy)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) -o fbsize ./files/fbsize.c
|
$(TARGET_CC) -o $(PKG_BUILD_DIR)/fbsize ./files/fbsize.c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fbsize/install
|
define Package/fbsize/install
|
||||||
@ -32,7 +32,7 @@ define Package/fbsize/install
|
|||||||
$(1)/usr/bin
|
$(1)/usr/bin
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
fbsize \
|
$(PKG_BUILD_DIR)/fbsize \
|
||||||
$(1)/usr/bin/fbsize
|
$(1)/usr/bin/fbsize
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user