diffutils: fix typo (#32122)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Jun 2012 00:01:46 +0000 (00:01 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Jun 2012 00:01:46 +0000 (00:01 +0000)
SVN-Revision: 32133

devel/diffutils/Makefile

index a9fc8b3af177b5adbe1a0478ddb8b7f2ed5d6dca..c71d63ddf355039a61abfab77e6a78816991a2fb 100644 (file)
@@ -44,7 +44,7 @@ define Package/diffutils/preinst
 for x in sdiff diff3 diff cmp; do
   [ -L "$${IPKG_INSTROOT}/usr/bin/$$x" ] && rm -f "$${IPKG_INSTROOT}/usr/bin/$$x"
 done
-exit 9
+exit 0
 endef
 
 define Package/diffutils/postrm