Fix pciutils installation (#1921)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Jun 2007 08:43:33 +0000 (08:43 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Jun 2007 08:43:33 +0000 (08:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7679 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/pciutils/Makefile

index 3afba04..ec404aa 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