1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:02:20 +03:00

Revert "byobu, add /var/run/utmp"

the /var is symlink to /tmp/, must run touch /var/run/utmp
after system boot

This reverts commit a25d555818.
This commit is contained in:
Xiangfu Liu 2011-02-22 00:40:30 +08:00
parent 4ba1f50510
commit d7b53edbda

View File

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