projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb215f
)
Fix pciutils installation (#1921)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 20 Jun 2007 08:43:33 +0000
(08:43 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 20 Jun 2007 08:43:33 +0000
(08:43 +0000)
SVN-Revision: 7679
utils/pciutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pciutils/Makefile
b/utils/pciutils/Makefile
index 3afba049f3b7c9aa0ecccf3700291ed727ebfcbd..ec404aa4a1f781b7001a95d5c173f0308966fcb4 100644
(file)
--- 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