From: florian Date: Wed, 20 Jun 2007 08:43:33 +0000 (+0000) Subject: Fix pciutils installation (#1921) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=caf9fabd403b8b7d9bed2ad4bd4d2810f8b30326;p=packages.git Fix pciutils installation (#1921) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7679 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 3afba049f..ec404aa4a 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -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