X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fpciutils%2FMakefile;h=fc89e634948868e573367438f885e4722fb2e693;hp=a9e367fe39b5430320cbf98a717e9e6ec38cd499;hb=760911bf6e625d582c4320c6f815327b20f17daa;hpb=1821a85c5470485c7d0c17174023e0e780530860 diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index a9e367fe39..fc89e63494 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils PKG_VERSION:=3.1.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils \ @@ -32,7 +32,7 @@ endef define Package/pciutils/postinst #!/bin/sh -$${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +(cd $${IPKG_INSTROOT}/usr/share; $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh exit 0 endef