Fix pciutils installation (#1921)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 20 Jun 2007 08:43:33 +0000 (08:43 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 20 Jun 2007 08:43:33 +0000 (08:43 +0000)
SVN-Revision: 7679

utils/pciutils/Makefile

index 3afba049f3b7c9aa0ecccf3700291ed727ebfcbd..ec404aa4a1f781b7001a95d5c173f0308966fcb4 100644 (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