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