Author: blogic Date: 2015-03-30 14:33:05 +0200 (Mon, 30 Mar 2015) New Revision: 45149
Modified: trunk/package/system/fstools/Makefile Log: fstools: properly handle return codes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2015-03-30 08:53:22 UTC (rev 45148) +++ trunk/package/system/fstools/Makefile 2015-03-30 12:33:05 UTC (rev 45149) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2015-03-22 +PKG_VERSION:=2015-03-30 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/fstools.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=eb9181b33bdda2e1ce81094d77913f7b68e26156 +PKG_SOURCE_VERSION:=a5fa5b6144253726dcd7e769197eed787a723f5f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
