From d7b53edbda0420b051bb3179199bf776f3e67d9e Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 22 Feb 2011 00:40:30 +0800 Subject: [PATCH] Revert "byobu, add /var/run/utmp" the /var is symlink to /tmp/, must run touch /var/run/utmp after system boot This reverts commit a25d555818a3b7f25a35165671d575d580804474. --- byobu/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/byobu/Makefile b/byobu/Makefile index 72dd9de..d365cde 100644 --- a/byobu/Makefile +++ b/byobu/Makefile @@ -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))