From: Jo-Philipp Wich Date: Thu, 7 May 2009 13:38:28 +0000 (+0000) Subject: [pcituils] Fix post-installation error X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c258c68c0bd00aba9fe6608f9c82fc9c2dbb7f54;p=openwrt%2Fsvn-archive%2Farchive.git [pcituils] Fix post-installation error This patch fixes an issue where installation of pciutils fails if pci IDs cannot be downloaded (e.g. when there isn't any internet access) Signed-off-by: Vasilis Tsiligiannis SVN-Revision: 15675 --- diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 37c7aaed1d..8cba97305f 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -33,6 +33,7 @@ endef define Package/pciutils/postinst #!/bin/sh $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +exit 0 endef MAKE_FLAGS += \