diff --git a/programming/library/xxhash/actions.py b/programming/library/xxhash/actions.py
index 30cc3c178f..e8d564ea85 100644
--- a/programming/library/xxhash/actions.py
+++ b/programming/library/xxhash/actions.py
@@ -14,6 +14,6 @@ def build():
def install():
- autotools.install()
+ autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
pisitools.remove('/usr/lib/libxxhash.a')
- pisitools.dodoc("LICENSE", "doc/*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE", "doc/*")
diff --git a/programming/library/xxhash/pspec.xml b/programming/library/xxhash/pspec.xml
index 52530c1bde..f82f8585fc 100644
--- a/programming/library/xxhash/pspec.xml
+++ b/programming/library/xxhash/pspec.xml
@@ -39,6 +39,7 @@
/usr/include
+ /usr/lib/pkgconfig
@@ -58,4 +59,4 @@
safaariman@pisilinux.org
-
\ No newline at end of file
+