Fix pciutils installation (#1921)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7679 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-20 08:43:33 +00:00
parent 85cff13bdd
commit caf9fabd40

View File

@ -34,7 +34,7 @@ endef
define Package/pciutils/postinst
#!/bin/sh
update-pciids.sh
$${IPKG_INSTROOT}/usr/sbin/update-pciids.sh
endef
define Build/Configure