1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 00:02:54 +03:00

byobu, add /var/run/utmp

This commit is contained in:
Xiangfu Liu 2011-02-22 00:22:03 +08:00
parent 8598739959
commit a25d555818

View File

@ -34,7 +34,8 @@ define Package/byobu/install
$(INSTALL_DIR) \
$(1)/usr/bin \
$(1)/usr/lib/byobu \
$(1)/usr/share
$(1)/usr/share \
$(1)/var/run
$(INSTALL_BIN) \
$(PKG_INSTALL_DIR)/usr/bin/* \
@ -47,6 +48,8 @@ define Package/byobu/install
$(CP) \
$(PKG_INSTALL_DIR)/usr/share/byobu \
$(1)/usr/share/
touch $(1)/var/run/utmp
endef
$(eval $(call BuildPackage,byobu))