[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:
acinonyx 2009-08-14 11:23:56 +00:00
parent c72bd58ba2
commit d24dc1cff3

View File

@ -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