From 51e06f754a4aba60ae537b2ffc0719ace4a9220c Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Sat, 16 Jun 2007 15:20:08 +0000 Subject: [PATCH] * modified pciutils to extract pci.ids to the correct location. git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21368 10447126-35f2-4685-b0cf-6dd780d3921f --- base/pciutils/pciutils.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/pciutils/pciutils.conf b/base/pciutils/pciutils.conf index a4a14b4d5..cbdd78c78 100644 --- a/base/pciutils/pciutils.conf +++ b/base/pciutils/pciutils.conf @@ -16,7 +16,7 @@ var_append makeopt ' ' "PREFIX=$root/$prefix" var_append makeinstopt ' ' "PREFIX=$root/$prefix" var_append makeinstopt ' ' "LIBDIR=$root$libdir" -hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > pci.ids" +hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > $root$datadir/pci.ids" if pkginstalled gzip; then # HACK: LDFLAGS is used before the objects, so the given -lz is ignored