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:
d0fca73
)
[packages] pciutils: Fix missing parenthesis typo (#5694)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Fri, 14 Aug 2009 11:23:56 +0000
(11:23 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Fri, 14 Aug 2009 11:23:56 +0000
(11:23 +0000)
SVN-Revision: 17254
utils/pciutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pciutils/Makefile
b/utils/pciutils/Makefile
index fc89e634948868e573367438f885e4722fb2e693..4160919d61f8c20f933323a9c9269243dbd95a9b 100644
(file)
--- a/
utils/pciutils/Makefile
+++ b/
utils/pciutils/Makefile
@@
-32,7
+32,7
@@
endef
define Package/pciutils/postinst
#!/bin/sh
-(cd $${IPKG_INSTROOT}/usr/share; $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh
+(cd $${IPKG_INSTROOT}/usr/share; $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh
)
exit 0
endef