From: florian 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://207.154.207.93/?a=commitdiff_plain;h=02078916363e9b24026be2adfe918f4b7b6dc3d4;p=packages.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14300 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index 931571761..dd19102dc 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