From a9f228e379e13cf31116b7e36d806b26d3ce8e8e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 20 Jun 2007 08:43:33 +0000 Subject: [PATCH] Fix pciutils installation (#1921) SVN-Revision: 7679 --- utils/pciutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2