diff --git a/system/base/pciutils/actions.py b/system/base/pciutils/actions.py
index 8eebafd0..0bb7c162 100644
--- a/system/base/pciutils/actions.py
+++ b/system/base/pciutils/actions.py
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
def build():
autotools.make('OPT="%s" \
SHARED="yes" \
+ PREFIX=/usr \
IDSDIR="/usr/share/misc" \
MANDIR="/usr/share/man" \
all' % get.CFLAGS())
diff --git a/system/base/pciutils/pspec.xml b/system/base/pciutils/pspec.xml
index b434031d..79ed0498 100644
--- a/system/base/pciutils/pspec.xml
+++ b/system/base/pciutils/pspec.xml
@@ -12,7 +12,7 @@
app:console
Various utilities dealing with the PCI bus
The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.
- ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.2.1.tar.xz
+ ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.4.1.tar.xz