[packages] pciutils: Fix missing parenthesis typo (#5694)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17254 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c72bd58ba2
commit
d24dc1cff3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user