From 380f16647c85ad77637d00538aaed864b9ce7c6c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 11 Mar 2010 06:07:02 +0100 Subject: [PATCH] pciutils: - use an pre-cached version of pci.ids file if we dont have an internet connection --- packages/sysutils/pciutils/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/sysutils/pciutils/build b/packages/sysutils/pciutils/build index e0dbd8d16c..d4b40f175c 100755 --- a/packages/sysutils/pciutils/build +++ b/packages/sysutils/pciutils/build @@ -22,6 +22,4 @@ make PREFIX=/usr \ IDSDIR="/usr/share" \ DESTDIR=$SYSROOT_PREFIX install-lib -./update-pciids.sh - -#cp $ROOT/$PKG_DIR/pci.ids . \ No newline at end of file +./update-pciids.sh || cp $ROOT/$PKG_DIR/pci.ids .