From: Florian Fainelli Date: Sat, 31 Jan 2009 12:55:12 +0000 (+0000) Subject: Creating directory /var/log/sysstat during install is wrong, as it will corrupt the... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9dc2193d23e1562556f6774a64472fb426fcab32 Creating directory /var/log/sysstat during install is wrong, as it will corrupt the symbolic link /var -> /tmp The directory is already created dynamically from the init script. Signed-off-by: Thomas Langer SVN-Revision: 14300 --- diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index 931571761b..dd19102dc4 100644 --- a/utils/sysstat/Makefile +++ b/utils/sysstat/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysstat PKG_VERSION:=8.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=sysstat-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://perso.orange.fr/sebastien.godard @@ -47,7 +47,6 @@ define Package/sysstat/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/{sadc,sa1,sa2} $(1)/usr/lib/sysstat $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/{sar,sadf,iostat,mpstat} $(1)/usr/bin - $(INSTALL_DIR) $(1)/var/log/sysstat $(INSTALL_DIR) $(1)/etc/sysstat $(CP) $(PKG_BUILD_DIR)/sysstat.ioconf $(1)/etc/sysstat $(CP) ./files/config $(1)/etc/sysstat/config